From 2949be131a5cc198e3f6ec17a0b59e41a746349a Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 27 Jul 2011 05:41:42 +0000 Subject: indentation :-( git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1156 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_generic_graphic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drv_generic_graphic.c') 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]; -- cgit v1.2.3