diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:41:42 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-07-27 05:41:42 +0000 |
commit | 2949be131a5cc198e3f6ec17a0b59e41a746349a (patch) | |
tree | f33a61b8235819bfe52ccc37c92521f9996581d5 | |
parent | e6130f4f65e122c49dc9ec5fb87645750c73fc75 (diff) | |
download | lcd4linux-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.c | 6 |
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]; |