From 838dae60f10a285d103e3ad26ef9fccaeadae159 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 15 Jul 2010 14:05:16 +0000 Subject: [PATCH] knf --- scrotwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrotwm.c b/scrotwm.c index b488fd3..0558a4c 100644 --- 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; } -- 1.7.10.4