[MPlayer-cvslog] r37079 - trunk/gui/skin/font.c

ib subversion at mplayerhq.hu
Thu Mar 27 00:19:13 CET 2014


Author: ib
Date: Thu Mar 27 00:19:13 2014
New Revision: 37079

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/skin/font.c

Modified: trunk/gui/skin/font.c
==============================================================================
--- trunk/gui/skin/font.c	Thu Mar 27 00:17:54 2014	(r37078)
+++ trunk/gui/skin/font.c	Thu Mar 27 00:19:13 2014	(r37079)
@@ -69,8 +69,8 @@ static int fntAddNewFont(char *name)
     av_strlcpy(Fonts[id]->name, name, MAX_FONT_NAME);
 
     for (i = 0; i < ASCII_CHRS + EXTRA_CHRS; i++) {
-        Fonts[id]->Fnt[i].x  = -1;
-        Fonts[id]->Fnt[i].y  = -1;
+        Fonts[id]->Fnt[i].x = -1;
+        Fonts[id]->Fnt[i].y = -1;
         Fonts[id]->Fnt[i].w = -1;
         Fonts[id]->Fnt[i].h = -1;
     }


More information about the MPlayer-cvslog mailing list