[MPlayer-cvslog] r35663 - trunk/gui/ui/actions.c

ib subversion at mplayerhq.hu
Tue Dec 11 14:42:06 CET 2012


Author: ib
Date: Tue Dec 11 14:42:06 2012
New Revision: 35663

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/ui/actions.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Tue Dec 11 14:40:47 2012	(r35662)
+++ trunk/gui/ui/actions.c	Tue Dec 11 14:42:06 2012	(r35663)
@@ -308,9 +308,9 @@ void uiUnsetMedia(int totals)
         guiInfo.Chapters = 0;
         guiInfo.Angles   = 0;
     } else {
-    guiInfo.Track   = 0;
-    guiInfo.Chapter = 0;
-    guiInfo.Angle   = 0;
+        guiInfo.Track   = 0;
+        guiInfo.Chapter = 0;
+        guiInfo.Angle   = 0;
     }
 
     nfree(guiInfo.CodecName);


More information about the MPlayer-cvslog mailing list