From: michael Date: Wed, 27 Jul 2011 05:41:42 +0000 (+0000) Subject: indentation :-( X-Git-Tag: svn1203~47 X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=2949be131a5cc198e3f6ec17a0b59e41a746349a;p=lcd4linux.git indentation :-( git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c index 57d4cdc..a8ac4d5 100644 --- a/drv_generic_graphic.c +++ b/drv_generic_graphic.c @@ -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];