linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit

In particular fix 6-/10-char indentation.

Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Andreas Färber 2013-06-24 23:53:10 +02:00
parent 1d5791f4a6
commit 9b056fcc5b

View File

@ -5064,8 +5064,9 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
}
/* If we didn't find the CPU for this thread then something is
horribly wrong. */
if (!p)
if (!p) {
abort();
}
/* Remove the CPU from the list. */
*lastp = p->next_cpu;
cpu_list_unlock();