]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: whitespace cleanup
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 25 Oct 2013 08:26:13 +0000 (10:26 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 25 Oct 2013 08:26:13 +0000 (10:26 +0200)
board/karo/tx51/tx51.c
board/karo/tx53/tx53.c
board/karo/tx6/tx6qdl.c

index 0cc37d399336823c6504d83fb531fade0f3566ad..11ec4f6291ebf0e4be0bcbc31789f89514d7c453 100644 (file)
@@ -904,7 +904,7 @@ void lcd_ctrl_init(void *lcdbase)
        panel_info.vl_col = p->xres;
        panel_info.vl_row = p->yres;
 
-       switch(color_depth) {
+       switch (color_depth) {
        case 8:
                panel_info.vl_bpix = LCD_COLOR8;
                break;
index 33d50970e906746a54e57fd71d04baad32b6fc9d..6ab338ffc9a473a07a4f2ec487bb67139222a3fe 100644 (file)
@@ -867,7 +867,7 @@ void lcd_ctrl_init(void *lcdbase)
        panel_info.vl_col = p->xres;
        panel_info.vl_row = p->yres;
 
-       switch(color_depth) {
+       switch (color_depth) {
        case 8:
                panel_info.vl_bpix = LCD_COLOR8;
                break;
index 349f48ff3b809b5f00640ae8a2e67dbc2fb13423..239032a697d9f0d4e6fae354fe94084cd5f361a0 100644 (file)
@@ -966,7 +966,7 @@ void lcd_ctrl_init(void *lcdbase)
        panel_info.vl_col = p->xres;
        panel_info.vl_row = p->yres;
 
-       switch(color_depth) {
+       switch (color_depth) {
        case 8:
                panel_info.vl_bpix = LCD_COLOR8;
                break;