JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied sander's config.*h nitpick patch
authorarg@mig29 <unknown>
Thu, 26 Oct 2006 13:29:20 +0000 (15:29 +0200)
committerarg@mig29 <unknown>
Thu, 26 Oct 2006 13:29:20 +0000 (15:29 +0200)
config.arg.h
config.default.h

index 3a098cb..9ed5644 100644 (file)
@@ -59,8 +59,8 @@ static Key key[] = { \
 #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 }, \
 };
index dd402be..fb452f2 100644 (file)
@@ -61,5 +61,5 @@ static Key key[] = { \
 static Rule rule[] = { \
        /* class:instance:title regex   tags regex      isfloat */ \
        { "Firefox.*",                  "2",            False }, \
-       { "Gimp.*",                     NULL,           True}, \
+       { "Gimp.*",                     NULL,           True }, \
 };