aboutsummaryrefslogtreecommitdiffstats
path: root/widget_text.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:07:28 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2013-05-23 03:07:28 +0000
commit745168103cf981345f3ab62d884d70de14524eb4 (patch)
treef69b1cf5bf6afaa8fcd7118bdf03b8dc409137d9 /widget_text.c
parentab5d1fd17f1892b25299b5dd7ae7de0c5121613e (diff)
downloadlcd4linux-745168103cf981345f3ab62d884d70de14524eb4.tar.gz
indentation
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1199 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget_text.c')
-rw-r--r--widget_text.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/widget_text.c b/widget_text.c
index ee178e6..deef0fc 100644
--- a/widget_text.c
+++ b/widget_text.c
@@ -59,8 +59,8 @@ void widget_text_scroll(void *Self)
{
WIDGET *W = (WIDGET *) Self;
if (NULL == W || NULL == W->data) {
- error("Warning: internal data error in Textwidget");
- return;
+ error("Warning: internal data error in Textwidget");
+ return;
}
WIDGET_TEXT *T = W->data;
@@ -73,8 +73,8 @@ void widget_text_scroll(void *Self)
char *src, *dst;
if (NULL == string) {
- error("Warning: Widget %s has no string", W->name);
- return;
+ error("Warning: Widget %s has no string", W->name);
+ return;
}
num = 0;
len = strlen(string);