minor bit of knf, just to be consistent; oga@ doesn't mind that much

This commit is contained in:
okan 2009-05-17 23:37:52 +00:00
parent 4c10afe2cc
commit 5d51c8e0e5

View File

@ -232,11 +232,10 @@ group_only(int idx)
err(1, "group_only: index out of range (%d)", idx);
for (i = 0; i < CALMWM_NGROUPS; i++) {
if (i == idx) {
if (i == idx)
_group_show(&Groups[i]);
} else {
else
_group_hide(&Groups[i]);
}
}
}