changeset 33219:5f9eaf3eea63

Cosmetic: Adjust indent and space.
author ib
date Sat, 23 Apr 2011 08:07:41 +0000
parents f0c2a62e3e89
children f17e21799261
files gui/interface.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Sat Apr 23 08:05:27 2011 +0000
+++ b/gui/interface.c	Sat Apr 23 08:07:41 2011 +0000
@@ -238,13 +238,13 @@
 
     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) {