mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
spacing
This commit is contained in:
parent
b27c3c22b5
commit
09a2d7fb98
2
group.c
2
group.c
@ -188,7 +188,6 @@ group_make_autogroup(struct conf *conf, char *class, int no)
|
|||||||
aw->num = no;
|
aw->num = no;
|
||||||
|
|
||||||
TAILQ_INSERT_TAIL(&conf->autogroupq, aw, entry);
|
TAILQ_INSERT_TAIL(&conf->autogroupq, aw, entry);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -451,7 +450,6 @@ group_autogroup(struct client_ctx *cc)
|
|||||||
|
|
||||||
if (Conf.flags & CONF_STICKY_GROUPS)
|
if (Conf.flags & CONF_STICKY_GROUPS)
|
||||||
group_add(sc->group_active, cc);
|
group_add(sc->group_active, cc);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user