applied sander's config.*h nitpick patch
arg@mig29 unknown
Thu, 26 Oct 2006 15:29:20 +0200
2 files changed,
5 insertions(+),
5 deletions(-)
M
config.arg.h
→
config.arg.h
@@ -59,8 +59,8 @@
#define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", False}, \ - { "Gimp.*", NULL, True}, \ - { "MPlayer.*", NULL, True}, \ - { "Acroread.*", NULL, True}, \ + { "Firefox.*", "net", False }, \ + { "Gimp.*", NULL, True }, \ + { "MPlayer.*", NULL, True }, \ + { "Acroread.*", NULL, True }, \ };
M
config.default.h
→
config.default.h
@@ -61,5 +61,5 @@ #define RULES \
static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "2", False }, \ - { "Gimp.*", NULL, True}, \ + { "Gimp.*", NULL, True }, \ };