mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
minor bit of knf, just to be consistent; oga@ doesn't mind that much
This commit is contained in:
parent
4c10afe2cc
commit
5d51c8e0e5
5
group.c
5
group.c
@ -232,11 +232,10 @@ group_only(int idx)
|
|||||||
err(1, "group_only: index out of range (%d)", idx);
|
err(1, "group_only: index out of range (%d)", idx);
|
||||||
|
|
||||||
for (i = 0; i < CALMWM_NGROUPS; i++) {
|
for (i = 0; i < CALMWM_NGROUPS; i++) {
|
||||||
if (i == idx) {
|
if (i == idx)
|
||||||
_group_show(&Groups[i]);
|
_group_show(&Groups[i]);
|
||||||
} else {
|
else
|
||||||
_group_hide(&Groups[i]);
|
_group_hide(&Groups[i]);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user