about summary refs log tree commit diff stats
path: root/kernel.soso/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/tty.h')
-rw-r--r--kernel.soso/tty.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel.soso/tty.h b/kernel.soso/tty.h
index bf6beb3a..df39e6cd 100644
--- a/kernel.soso/tty.h
+++ b/kernel.soso/tty.h
@@ -11,8 +11,7 @@ typedef struct Tty Tty;
 
 typedef void (*TtyFlushScreenFunction)(Tty* tty);
 
-typedef struct Tty
-{
+typedef struct Tty {
     uint16 lineCount;
     uint16 columnCount;
     uint8* buffer;