From 78ac1e35233673dda9c54c3a6c0557fe9bd16240 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Sat, 27 Dec 2014 01:52:26 +0000 Subject: [PATCH] Kernel: Whitespace fix for start.c --- Kernel/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1