mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-09 10:03:54 +00:00
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:
parent
1d5791f4a6
commit
9b056fcc5b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user