From 745168103cf981345f3ab62d884d70de14524eb4 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 23 May 2013 03:07:28 +0000 Subject: indentation git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1199 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget_text.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widget_text.c') 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); -- cgit v1.2.3