]> Chaos Git - corbenik/ctrulib.git/commitdiff
fix formatting
authorDave Murphy <davem@devkitpro.org>
Sat, 13 Dec 2014 03:07:41 +0000 (03:07 +0000)
committerDave Murphy <davem@devkitpro.org>
Sat, 13 Dec 2014 03:07:41 +0000 (03:07 +0000)
libctru/source/console.c

index 7efb9877608c1f2e871f344a2657282e1edb6095..5020860512cd2295163387bb9f7111e95a88977e 100644 (file)
@@ -45,19 +45,19 @@ PrintConsole defaultConsole =
                128 //number of characters in the font set\r
        },\r
        (u16*)NULL,\r
-       0,0,    //cursorX cursorY\r
+       0,0,    //cursorX cursorY\r
        0,0,    //prevcursorX prevcursorY\r
-       40,     //console width\r
-       30,     //console height\r
-       0,      //window x\r
-       0,      //window y\r
-       40,     //window width\r
-       30,     //window height\r
+       40,             //console width\r
+       30              //console height\r
+       0,              //window x\r
+       0,              //window y\r
+       40,             //window width\r
+       30,             //window height\r
        3,              //tab size\r
        7,              // foreground color\r
        0,              // background color\r
        0,              // flags\r
-       0,              //print callback\r
+       0,              //print callback\r
        false   //console initialized\r
 };\r
 \r