Kernel: Whitespace fix for start.c
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 01:52:26 +0000 (01:52 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 11:40:08 +0000 (11:40 +0000)
Kernel/start.c

index 4eca83c..f816cb3 100644 (file)
@@ -154,7 +154,7 @@ void fuzix_main(void)
                memset(bootline, 0, BOOTLINE_LEN);
 
                cdread(TTYDEV, O_RDONLY);       /* read root filesystem name from tty */
-                               root_dev = bootdevice(bootline);
+        root_dev = bootdevice(bootline);
        }
 
        /* Mount the root device */