aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_text.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 06:15:55 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-27 06:15:55 +0000
commit1d817f70c99de8cae0776ceb6c028b7af9ebe2a5 (patch)
tree725c0e66a6c37125c6dbba51a1b879d679399594 /drv_generic_text.c
parent99aac994aa825db8f1bac31e1c748049b45c3b8b (diff)
downloadlcd4linux-1d817f70c99de8cae0776ceb6c028b7af9ebe2a5.tar.gz
[lcd4linux @ 2006-02-27 06:15:55 by reinelt]
indent... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@649 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_generic_text.c')
-rw-r--r--drv_generic_text.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/drv_generic_text.c b/drv_generic_text.c
index 6816be0..e50c322 100644
--- a/drv_generic_text.c
+++ b/drv_generic_text.c
@@ -1,4 +1,4 @@
-/* $Id: drv_generic_text.c,v 1.32 2006/02/25 13:36:33 geronet Exp $
+/* $Id: drv_generic_text.c,v 1.33 2006/02/27 06:15:55 reinelt Exp $
*
* generic driver helper for text-based displays
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_generic_text.c,v $
+ * Revision 1.33 2006/02/27 06:15:55 reinelt
+ * indent...
+ *
* Revision 1.32 2006/02/25 13:36:33 geronet
* updated indent.sh, applied coding style
*
@@ -767,7 +770,7 @@ static void drv_generic_text_bar_create_segments(void)
break;
/* hollow style, val(1,2) == 1, like '[' */
/* if (l1 == 1 && l2 == 1 && Segment[i].style == STYLE_FIRST && BarFB[n].style == STYLE_HOLLOW)
- break;
+ break;
*//* hollow style, val(1,2) == 1, like ']' */
/* if (l1 == 1 && l2 == 1 && Segment[i].style == STYLE_LAST && BarFB[n].style == STYLE_HOLLOW)
break;