]> git.proxmox.com Git - qemu.git/commit - linux-user/syscall.c
linux-user/syscall.c: Fix indentation in prctl handling
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2012 14:48:03 +0000 (14:48 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 6 Apr 2012 15:49:58 +0000 (18:49 +0300)
commit1e6722f8b0c1eaff305c39d32c07054450ebdad1
treef475270d2d55dcca5cdbdb0e7b5b7a8ac7785ed3
parent288e65b9eea0c9b3cbe21be46f3e24e4e8b2a090
linux-user/syscall.c: Fix indentation in prctl handling

Clean up the odd indentation of this switch statement before
we double its size by adding new cases to it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c