From: Marco Peereboom Date: Thu, 15 Jul 2010 14:05:16 +0000 (+0000) Subject: knf X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=838dae60f10a285d103e3ad26ef9fccaeadae159;p=spectrwm.git knf --- 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; }