changeset 35649:90c0ec2f2f8a

Cosmetic: Adjust indent.
author ib
date Tue, 15 Jan 2013 09:25:04 +0000
parents 238c621810b6
children 75c26c61fd3c
files gui/wm/ws.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Tue Jan 15 09:21:23 2013 +0000
+++ b/gui/wm/ws.c	Tue Jan 15 09:25:04 2013 +0000
@@ -447,16 +447,16 @@
 
     /* obsolete, solely for compatibility reasons */
     win->SizeHint.flags |= PPosition;
-        win->SizeHint.x = win->X;
-        win->SizeHint.y = win->Y;
+    win->SizeHint.x      = win->X;
+    win->SizeHint.y      = win->Y;
 
     /* obsolete, solely for compatibility reasons */
     win->SizeHint.flags |= PSize;
-        win->SizeHint.width  = win->Width;
-        win->SizeHint.height = win->Height;
+    win->SizeHint.width  = win->Width;
+    win->SizeHint.height = win->Height;
 
     /* a minimum of 4 is said to avoid off-by-one errors and be required by mga_vid */
-        win->SizeHint.flags     |= PMinSize;
+    win->SizeHint.flags     |= PMinSize;
     win->SizeHint.min_width  = 4;
     win->SizeHint.min_height = 4;