aboutsummaryrefslogtreecommitdiff
path: root/risu_m68k.c
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_m68k.c
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_m68k.c')
-rw-r--r--risu_m68k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/risu_m68k.c b/risu_m68k.c
index f84ac7a..0bf5c14 100644
--- a/risu_m68k.c
+++ b/risu_m68k.c
@@ -10,7 +10,7 @@
void advance_pc(void *vuc)
{
- ucontext_t *uc = (ucontext_t*)vuc;
+ ucontext_t *uc = (ucontext_t *) vuc;
uc->uc_mcontext.gregs[R_PC] += 4;
}