Kernel/x86 - Slight cleanup to VMem code
[tpg/acess2.git] / KernelLand / Kernel / system.c
index e09d469..0c701c3 100644 (file)
@@ -78,7 +78,10 @@ void System_ParseCommandLine(char *ArgString)
                // Eat Whitespace
                while(*str == ' ')      str++;
                // Check for the end of the string
-               if(*str == '\0') {      argc--; break;} 
+               if(*str == '\0') {
+                       argc--;
+                       break;
+               }
                argv[argc] = str;
                if(*str == '"') {
                        while(*str && !(*str == '"' && str[-1] != '\\'))

UCC git Repository :: git.ucc.asn.au