# HG changeset patch # User ib # Date 1345034198 0 # Node ID 4c589a12ff6c84c9e0eb9dc9ca2ee0dab740192f # Parent b6ac08b94fc3382574e5ca549ab875f642991a41 Cosmetic: Adjust indent. diff -r b6ac08b94fc3 -r 4c589a12ff6c gui/win32/gui.c --- 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);