summaryrefslogtreecommitdiff
path: root/src/dwb.c
diff options
context:
space:
mode:
authorportix <none@none>2012-12-04 12:42:08 +0100
committerportix <none@none>2012-12-04 12:42:08 +0100
commit86b67fbb2a1a22754c66ecbd4decea7997538e4c (patch)
treeaa325d8ebb33387b1fbbd5e1a9757b64c92bfc51 /src/dwb.c
parentc9f0c0cd412f479356b82d5ba6fe2d1fe29af31d (diff)
downloaddwb-86b67fbb2a1a22754c66ecbd4decea7997538e4c.zip
Indentation in callback.c
Diffstat (limited to 'src/dwb.c')
-rw-r--r--src/dwb.c2
1 files changed, 0 insertions, 2 deletions
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)