aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:41:42 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 05:41:42 +0000
commit2949be131a5cc198e3f6ec17a0b59e41a746349a (patch)
treef33a61b8235819bfe52ccc37c92521f9996581d5
parente6130f4f65e122c49dc9ec5fb87645750c73fc75 (diff)
downloadlcd4linux-2949be131a5cc198e3f6ec17a0b59e41a746349a.tar.gz
indentation :-(
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--drv_generic_graphic.c6
1 files changed, 3 insertions, 3 deletions
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];