]> git.webhop.me Git - lcd4linux.git/commitdiff
indentation :-(
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 05:41:42 +0000 (05:41 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 05:41:42 +0000 (05:41 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_generic_graphic.c

index 57d4cdc8ca195caa27bfd468ee1f437aac5419f3..a8ac4d579ed97e32c9232760b8e3b29721442c7f 100644 (file)
@@ -256,9 +256,9 @@ static void drv_generic_graphic_render(const int layer, const int row, const int
 
        /* magic char to toggle bold */
        if (*txt == '\a') {
-               bold ^= 1;
-               txt++;
-               continue;
+           bold ^= 1;
+           txt++;
+           continue;
        }
        if (bold || strstr(style, "bold") != NULL) {
            chr = Font_6x8_bold[(int) *(unsigned char *) txt];