# HG changeset patch # User ib # Date 1303546061 0 # Node ID 5f9eaf3eea630a9d8a968d3dc8d6902a7ca16f49 # Parent f0c2a62e3e89a1c82408919cb621b64cf9fcaf07 Cosmetic: Adjust indent and space. diff -r f0c2a62e3e89 -r 5f9eaf3eea63 gui/interface.c --- 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) {