[MPlayer-cvslog] r35880 - trunk/gui/skin/skin.c

ib subversion at mplayerhq.hu
Fri Jan 25 15:51:03 CET 2013


Author: ib
Date: Fri Jan 25 15:51:03 2013
New Revision: 35880

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/skin/skin.c

Modified: trunk/gui/skin/skin.c
==============================================================================
--- trunk/gui/skin/skin.c	Fri Jan 25 15:47:30 2013	(r35879)
+++ trunk/gui/skin/skin.c	Fri Jan 25 15:51:03 2013	(r35880)
@@ -309,14 +309,14 @@ static int item_base(char *in)
         currWin->width  = 0;
         currWin->height = 0;
     } else {
-    av_strlcpy(file, path, sizeof(file));
-    av_strlcat(file, fname, sizeof(file));
+        av_strlcpy(file, path, sizeof(file));
+        av_strlcat(file, fname, sizeof(file));
 
-    if (skinImageRead(file, &currWin->Bitmap) != 0)
-        return 1;
+        if (skinImageRead(file, &currWin->Bitmap) != 0)
+            return 1;
 
-    currWin->width  = currWin->Bitmap.Width;
-    currWin->height = currWin->Bitmap.Height;
+        currWin->width  = currWin->Bitmap.Width;
+        currWin->height = currWin->Bitmap.Height;
     }
 
     if (is_video) {


More information about the MPlayer-cvslog mailing list