aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-02-07 04:06:12 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-02-07 04:06:12 +0200
commit0501c459b3066791db5253998fff3af966974baf (patch)
tree294f0d39a082a36f662542547c44d88bae5940db
parent9f48ab3dd6ce7f52d3341eb552eff94b68086c58 (diff)
config.def.h: tiny bit of formatting
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9a606de..c1e1166 100644
--- a/config.def.h
+++ b/config.def.h
@@ -32,7 +32,7 @@ static const AppRule rules[] = { \
};
/** commands **/
-static const char *termcmd[] = { "xterm", NULL };
+static const char *termcmd[] = { "xterm", NULL };
#define DESKTOPCHANGE(K,N) \
{ MOD1, K, change_desktop, {.i = N}}, \