about summary refs log tree commit diff stats
path: root/kernel.soso/isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/isr.h')
-rw-r--r--kernel.soso/isr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel.soso/isr.h b/kernel.soso/isr.h
index 15f5c8ac..dbf30311 100644
--- a/kernel.soso/isr.h
+++ b/kernel.soso/isr.h
@@ -20,8 +20,7 @@
 #define IRQ14 46
 #define IRQ15 47
 
-typedef struct Registers
-{
+typedef struct Registers {
     uint32 gs;
     uint32 fs;
     uint32 es;