changeset 34463:c44d95befb0a

Cosmetic: Remove blank lines.
author ib
date Thu, 12 Jan 2012 16:08:07 +0000
parents f305c10d20f8
children 251018f5254b
files gui/wm/ws.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/wm/ws.c	Thu Jan 12 16:01:32 2012 +0000
+++ b/gui/wm/ws.c	Thu Jan 12 16:08:07 2012 +0000
@@ -1510,7 +1510,6 @@
 void wsSetShape(wsTWindow *win, char *data)
 {
 #ifdef CONFIG_XSHAPE
-
     if (!wsUseXShape)
         return;
 
@@ -1520,7 +1519,6 @@
         XFreePixmap(wsDisplay, win->Mask);
     } else
         XShapeCombineMask(wsDisplay, win->WindowID, ShapeBounding, 0, 0, None, ShapeSet);
-
 #endif
 }