diff options
author | portix <none@none> | 2012-12-04 12:42:08 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-04 12:42:08 +0100 |
commit | 86b67fbb2a1a22754c66ecbd4decea7997538e4c (patch) | |
tree | aa325d8ebb33387b1fbbd5e1a9757b64c92bfc51 /src/dwb.c | |
parent | c9f0c0cd412f479356b82d5ba6fe2d1fe29af31d (diff) | |
download | dwb-86b67fbb2a1a22754c66ecbd4decea7997538e4c.zip |
Indentation in callback.c
Diffstat (limited to 'src/dwb.c')
-rw-r--r-- | src/dwb.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |