[MPlayer-cvslog] r33009 - trunk/gui/app.c
ib
subversion at mplayerhq.hu
Thu Mar 3 12:44:39 CET 2011
Author: ib
Date: Thu Mar 3 12:44:39 2011
New Revision: 33009
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/app.c
Modified: trunk/gui/app.c
==============================================================================
--- trunk/gui/app.c Thu Mar 3 12:43:01 2011 (r33008)
+++ trunk/gui/app.c Thu Mar 3 12:44:39 2011 (r33009)
@@ -82,10 +82,10 @@ static const int evBoxs = sizeof(evNames
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;
More information about the MPlayer-cvslog
mailing list