JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
knf
authorMarco Peereboom <marco@conformal.com>
Thu, 15 Jul 2010 14:05:16 +0000 (14:05 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 15 Jul 2010 14:05:16 +0000 (14:05 +0000)
scrotwm.c

index b488fd3..0558a4c 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -1883,7 +1883,7 @@ stack(void) {
                        g.w -= 2;
                        g.h -= 2;
                        if (bar_enabled) {
-                               if(!bar_at_bottom)
+                               if (!bar_at_bottom)
                                        g.y += bar_height;
                                g.h -= bar_height;
                        }