about summary refs log tree commit diff stats
path: root/kernel.soso/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/device.h')
-rw-r--r--kernel.soso/device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel.soso/device.h b/kernel.soso/device.h
index 47fc19bc..ac85634b 100644
--- a/kernel.soso/device.h
+++ b/kernel.soso/device.h
@@ -4,8 +4,7 @@
 #include "common.h"
 #include "fs.h"
 
-typedef struct Device
-{
+typedef struct Device {
     char name[16];
     FileType deviceType;
     ReadWriteBlockFunction readBlock;