diff options
Diffstat (limited to 'arch/x86/ia32/audit.c')
-rw-r--r-- | arch/x86/ia32/audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/ia32/audit.c b/arch/x86/ia32/audit.c index 91b7b5922df..5d7b381da69 100644 --- a/arch/x86/ia32/audit.c +++ b/arch/x86/ia32/audit.c @@ -27,7 +27,7 @@ unsigned ia32_signal_class[] = { int ia32_classify_syscall(unsigned syscall) { - switch(syscall) { + switch (syscall) { case __NR_open: return 2; case __NR_openat: |