Commit 9b056fcc authored by Andreas Färber's avatar Andreas Färber
Browse files

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



In particular fix 6-/10-char indentation.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 1d5791f4
Loading
Loading
Loading
Loading
+37 −36
Original line number Diff line number Diff line
@@ -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();