Kernel/Logging - (minor) Reflow array to be more readable
authorJohn Hodge <[email protected]>
Sun, 9 Feb 2014 14:38:43 +0000 (22:38 +0800)
committerJohn Hodge <[email protected]>
Sun, 9 Feb 2014 14:38:43 +0000 (22:38 +0800)
KernelLand/Kernel/logging.c

index 2905dd1..46d4c04 100644 (file)
@@ -29,7 +29,10 @@ const char   *csaLevelColours[] = {
                "\x1B[35m", "\x1B[34m", "\x1B[36m", "\x1B[31m",
                "\x1B[33m", "\x1B[32m", "\x1B[0m", "\x1B[0m"
                };
-const char     *csaLevelCodes[] =  {"k","p","f","e","w","n","l","d"};
+const char     *csaLevelCodes[] =  {
+               "k","p","f","e",
+               "w","n","l","d"
+               };
 
 // === TYPES ===
 typedef struct sLogEntry

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