[MPlayer-cvslog] r33005 - trunk/gui/app.c
ib
subversion at mplayerhq.hu
Wed Mar 2 19:16:15 CET 2011
Author: ib
Date: Wed Mar 2 19:16:15 2011
New Revision: 33005
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/app.c
Modified: trunk/gui/app.c
==============================================================================
--- trunk/gui/app.c Wed Mar 2 19:14:20 2011 (r33004)
+++ trunk/gui/app.c Wed Mar 2 19:16:15 2011 (r33005)
@@ -78,18 +78,18 @@ static const int evBoxs = sizeof(evNames
static void appClearItem(wItem *item)
{
- item->type = 0;
- item->x = 0;
- item->y = 0;
- item->width = 0;
- item->height = 0;
- item->pwidth = 0;
- item->pheight = 0;
- item->message = 0;
- item->pressed = btnReleased;
- item->tmp = 0;
+ item->type = 0;
+ item->x = 0;
+ item->y = 0;
+ item->width = 0;
+ item->height = 0;
+ item->pwidth = 0;
+ item->pheight = 0;
+ item->message = 0;
+ item->pressed = btnReleased;
+ item->tmp = 0;
bpFree(&item->Bitmap);
- item->fontid = 0;
+ item->fontid = 0;
free(item->label);
item->label = NULL;
free(item->text);
More information about the MPlayer-cvslog
mailing list