aboutsummaryrefslogtreecommitdiff
path: root/risu_reginfo_m68k.h
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2017-06-19 11:46:45 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-06-20 13:57:03 +0100
commit20f26e0cd5917344e3182411e353f4bb827b7ef8 (patch)
tree3322341477356b34d659d15df53a4c35eee24933 /risu_reginfo_m68k.h
parent5b60c9f45cd99b5de88727db984912a75f331ccf (diff)
all: fix up code consistency
This is pretty much a mechanical change where I ran: indent -kr Across all the files and then fixed up all but a few violations of: ../../qemu.git/scripts/checkpatch.pl -f *.c *.h > checkpatch.out Along with heavy use of M-x untabify to make everything consistent. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20170619104655.31104-4-alex.bennee@linaro.org [PMM: some bits of indent in risu_reginfo_arm.c were not right: fixed] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'risu_reginfo_m68k.h')
-rw-r--r--risu_reginfo_m68k.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/risu_reginfo_m68k.h b/risu_reginfo_m68k.h
index 06ea61d..c1c9fe6 100644
--- a/risu_reginfo_m68k.h
+++ b/risu_reginfo_m68k.h
@@ -9,8 +9,7 @@
#ifndef RISU_REGINFO_M68K_H
#define RISU_REGINFO_M68K_H
-struct reginfo
-{
+struct reginfo {
uint32_t faulting_insn;
uint32_t pc;
gregset_t gregs;