From 86b67fbb2a1a22754c66ecbd4decea7997538e4c Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 4 Dec 2012 12:42:08 +0100 Subject: Indentation in callback.c --- src/dwb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/dwb.c') diff --git a/src/dwb.c b/src/dwb.c index 7fd74282..ab66c450 100644 --- a/src/dwb.c +++ b/src/dwb.c @@ -3344,7 +3344,6 @@ dwb_get_scripts() n = NULL; KeyMap *map = dwb_malloc(sizeof(KeyMap)); FunctionMap *fmap = dwb_malloc(sizeof(FunctionMap)); - tmp; while (lines[i]) { if (g_regex_match_simple(".*dwb:", lines[i], 0, 0)) @@ -4065,7 +4064,6 @@ dwb_pack(const char *layout, gboolean rebuild) } buf = g_ascii_strdown(layout, WIDGET_PACK_LENGTH); - matched; while (*valid_chars) { if ((matched = strchr(buf, *valid_chars)) == NULL) -- cgit v1.2.3