From: Will Sowerbutts Date: Sat, 27 Dec 2014 01:52:26 +0000 (+0000) Subject: Kernel: Whitespace fix for start.c X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=78ac1e35233673dda9c54c3a6c0557fe9bd16240;p=FUZIX.git Kernel: Whitespace fix for start.c --- diff --git a/Kernel/start.c b/Kernel/start.c index 4eca83c5..f816cb30 100644 --- a/Kernel/start.c +++ b/Kernel/start.c @@ -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 */