[MPlayer-cvslog] r36984 - trunk/gui/win32/skinload.c

ib subversion at mplayerhq.hu
Sat Mar 8 19:32:21 CET 2014


Author: ib
Date: Sat Mar  8 19:32:21 2014
New Revision: 36984

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/win32/skinload.c

Modified: trunk/gui/win32/skinload.c
==============================================================================
--- trunk/gui/win32/skinload.c	Sat Mar  8 19:31:29 2014	(r36983)
+++ trunk/gui/win32/skinload.c	Sat Mar  8 19:32:21 2014	(r36984)
@@ -660,13 +660,13 @@ skin_t* loadskin(char* skindir, int desk
         {
             int id = 0;
             char temp[MAX_LINESIZE];
-                int base = counttonextchar(desc, '=') + 1;
-                findnextstring(temp, desc, &base);
-                id = skin->fontcount;
-                (skin->fontcount)++;
-                skin->fonts = realloc(skin->fonts, sizeof(font_t *) * skin->fontcount);
-                skin->fonts[id]=calloc(1, sizeof(font_t));
-                skin->fonts[id]->name = strdup(temp);
+            int base = counttonextchar(desc, '=') + 1;
+            findnextstring(temp, desc, &base);
+            id = skin->fontcount;
+            (skin->fontcount)++;
+            skin->fonts = realloc(skin->fonts, sizeof(font_t *) * skin->fontcount);
+            skin->fonts[id]=calloc(1, sizeof(font_t));
+            skin->fonts[id]->name = strdup(temp);
             mp_msg(MSGT_GPLAYER, MSGL_DBG2, "[SKIN] [FONT] name \"%s\"\n", skin->fonts[id]->name);
         }
         else


More information about the MPlayer-cvslog mailing list