[MPlayer-cvslog] r33306 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Sat Apr 23 10:07:42 CEST 2011


Author: ib
Date: Sat Apr 23 10:07:41 2011
New Revision: 33306

Log:
Cosmetic: Adjust indent and space.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Sat Apr 23 10:05:27 2011	(r33305)
+++ trunk/gui/interface.c	Sat Apr 23 10:07:41 2011	(r33306)
@@ -238,13 +238,13 @@ void guiInit(void)
 
     if (gui_save_pos) {
         if (gui_main_pos_x != -3)
-        appMPlayer.main.x = gui_main_pos_x;
+            appMPlayer.main.x = gui_main_pos_x;
         if (gui_main_pos_y != -3)
-        appMPlayer.main.y = gui_main_pos_y;
+            appMPlayer.main.y = gui_main_pos_y;
         if (gui_sub_pos_x != -3)
-        appMPlayer.sub.x  = gui_sub_pos_x;
+            appMPlayer.sub.x = gui_sub_pos_x;
         if (gui_sub_pos_y != -3)
-        appMPlayer.sub.y  = gui_sub_pos_y;
+            appMPlayer.sub.y = gui_sub_pos_y;
     }
 
     if (WinID > 0) {


More information about the MPlayer-cvslog mailing list