about summary refs log tree commit diff stats
path: root/kernel.soso/syscalltable.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/syscalltable.h')
-rw-r--r--kernel.soso/syscalltable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel.soso/syscalltable.h b/kernel.soso/syscalltable.h
index 9464347a..61ff5e42 100644
--- a/kernel.soso/syscalltable.h
+++ b/kernel.soso/syscalltable.h
@@ -2,8 +2,7 @@
 #define SYSCALLTABLE_H
 
 //This file will also be included by C library.
-enum
-{
+enum {
     SYS_open,  // 0
     SYS_close,  // 1
     SYS_read,  // 2