changeset 32922:4546e629ae70

Cosmetic: Adjust indent.
author ib
date Thu, 03 Mar 2011 11:44:39 +0000
parents 448517f556a5
children b6a919e84760
files gui/app.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/app.c	Thu Mar 03 11:43:01 2011 +0000
+++ b/gui/app.c	Thu Mar 03 11:44:39 2011 +0000
@@ -82,10 +82,10 @@
 static void appClearItem(wItem *item)
 {
     item->type   = itNone;
-    item->x       = 0;
-    item->y       = 0;
-    item->width   = 0;
-    item->height  = 0;
+    item->x      = 0;
+    item->y      = 0;
+    item->width  = 0;
+    item->height = 0;
     bpFree(&item->Bitmap);
     bpFree(&item->Mask);
     item->fontid = 0;