diff options
author | okan | 2009-12-15 03:38:11 +0000 |
---|---|---|
committer | okan | 2009-12-15 03:38:11 +0000 |
commit | f4f6af9badc27bcc6fa315b54cf03251056e1e40 (patch) | |
tree | 1fb3df414a2e90d407b3cbed88f1d45888ef9b96 | |
parent | fd91780e7c69b257bdffbf3807447d490e2adb48 (diff) | |
download | cwm-f4f6af9badc27bcc6fa315b54cf03251056e1e40.tar.gz |
spacing
Diffstat (limited to '')
-rw-r--r-- | group.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -16,7 +16,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: group.c,v 1.41 2009/12/15 03:34:34 okan Exp $ + * $Id: group.c,v 1.42 2009/12/15 03:38:11 okan Exp $ */ #include <assert.h> @@ -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++) { |