changeset 35810:9c45fa7185bf

Cosmetic: Adjust indent.
author ib
date Sun, 27 Jan 2013 15:24:56 +0000
parents 98b531e7c38e
children 2ce01f3d3b37
files libvo/x11_common.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/x11_common.c	Sun Jan 27 15:23:39 2013 +0000
+++ b/libvo/x11_common.c	Sun Jan 27 15:24:56 2013 +0000
@@ -941,9 +941,9 @@
                 break;
             case MapNotify:
                 if (WinID < 0) {
-                vo_hint.win_gravity = old_gravity;
-                XSetWMNormalHints(mDisplay, vo_window, &vo_hint);
-                vo_fs_flip = 0;
+                    vo_hint.win_gravity = old_gravity;
+                    XSetWMNormalHints(mDisplay, vo_window, &vo_hint);
+                    vo_fs_flip = 0;
                 }
                 break;
             case DestroyNotify: