summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2009-12-15 03:38:11 +0000
committerokan <okan>2009-12-15 03:38:11 +0000
commit09a2d7fb98b326dc43b932c43beb34b5924d7266 (patch)
treef437aef62d50abe6b143ba6a156781e1fe2e400f
parentb27c3c22b508889678986f74b2ca3082a4b577ad (diff)
downloadcwm-09a2d7fb98b326dc43b932c43beb34b5924d7266.tar.gz
cwm-09a2d7fb98b326dc43b932c43beb34b5924d7266.tar.xz
cwm-09a2d7fb98b326dc43b932c43beb34b5924d7266.zip
spacing
-rw-r--r--group.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/group.c b/group.c
index e05ff54..df7928c 100644
--- a/group.c
+++ b/group.c
@@ -188,7 +188,6 @@ group_make_autogroup(struct conf *conf, char *class, int no)
 	aw->num = no;
 
 	TAILQ_INSERT_TAIL(&conf->autogroupq, aw, entry);
-	
 }
 
 static void
@@ -451,7 +450,6 @@ group_autogroup(struct client_ctx *cc)
 
 	if (Conf.flags & CONF_STICKY_GROUPS)
 		group_add(sc->group_active, cc);
-
 }
 
 void
@@ -515,7 +513,7 @@ group_set_names(struct screen_ctx *sc)
 
 	for (i = 0; i < sc->group_nonames; i++)
 		len += strlen(sc->group_names[i]) + 1;
-	q = p = xcalloc(len,  sizeof(*p));
+	q = p = xcalloc(len, sizeof(*p));
 
 	tlen = len;
 	for (i = 0; i < sc->group_nonames; i++) {