comparison gui/app.c @ 32922:4546e629ae70

Cosmetic: Adjust indent.
author ib
date Thu, 03 Mar 2011 11:44:39 +0000
parents 448517f556a5
children b6a919e84760
comparison
equal deleted inserted replaced
32921:448517f556a5 32922:4546e629ae70
80 static const int evBoxs = sizeof(evNames) / sizeof(evName); 80 static const int evBoxs = sizeof(evNames) / sizeof(evName);
81 81
82 static void appClearItem(wItem *item) 82 static void appClearItem(wItem *item)
83 { 83 {
84 item->type = itNone; 84 item->type = itNone;
85 item->x = 0; 85 item->x = 0;
86 item->y = 0; 86 item->y = 0;
87 item->width = 0; 87 item->width = 0;
88 item->height = 0; 88 item->height = 0;
89 bpFree(&item->Bitmap); 89 bpFree(&item->Bitmap);
90 bpFree(&item->Mask); 90 bpFree(&item->Mask);
91 item->fontid = 0; 91 item->fontid = 0;
92 item->align = fntAlignLeft; 92 item->align = fntAlignLeft;
93 gfree((void **)&item->label); 93 gfree((void **)&item->label);