From 0501c459b3066791db5253998fff3af966974baf Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 7 Feb 2012 04:06:12 +0200 Subject: config.def.h: tiny bit of formatting --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}, \ -- cgit v1.3.1