changeset 34995:4c589a12ff6c

Cosmetic: Adjust indent.
author ib
date Wed, 15 Aug 2012 12:36:38 +0000
parents b6ac08b94fc3
children ebcc17a3c165
files gui/win32/gui.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/gui.c	Wed Aug 15 12:33:45 2012 +0000
+++ b/gui/win32/gui.c	Wed Aug 15 12:36:38 2012 +0000
@@ -1432,8 +1432,8 @@
         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 @@
     }
 
     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);