[MPlayer-cvslog] r35089 - trunk/gui/win32/gui.c

ib subversion at mplayerhq.hu
Wed Aug 15 14:36:38 CEST 2012


Author: ib
Date: Wed Aug 15 14:36:38 2012
New Revision: 35089

Log:
Cosmetic: Adjust indent.

Modified:
   trunk/gui/win32/gui.c

Modified: trunk/gui/win32/gui.c
==============================================================================
--- trunk/gui/win32/gui.c	Wed Aug 15 14:33:45 2012	(r35088)
+++ trunk/gui/win32/gui.c	Wed Aug 15 14:36:38 2012	(r35089)
@@ -1432,8 +1432,8 @@ int create_videowindow(gui_t *gui)
         y = x;
 
     gui->videowindow = CreateWindowEx(0, "MPlayer - Video", "MPlayer - Video", style,
-                          x, y, rect.right-rect.left, rect.bottom-rect.top,
-                          NULL, NULL, instance, NULL);
+                                      x, y, rect.right-rect.left, rect.bottom-rect.top,
+                                      NULL, NULL, instance, NULL);
 
     /* load all the window images */
     window_render(gui, gui->videowindow, hdc, priv, desc, binfo);
@@ -1545,8 +1545,8 @@ int create_window(gui_t *gui, char *skin
     }
 
     gui->mainwindow = CreateWindowEx(0, gui->classname, "MPlayer", style,
-                          x, y, rect.right-rect.left, rect.bottom-rect.top,
-                          NULL, NULL, instance, NULL);
+                                     x, y, rect.right-rect.left, rect.bottom-rect.top,
+                                     NULL, NULL, instance, NULL);
 
     /* set the systray icon properties */
     nid.cbSize = sizeof(NOTIFYICONDATA);


More information about the MPlayer-cvslog mailing list