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 3a098cb565f25517976b048911a2a6d345fa8f08..9ed564446cbb3a92c70725a551ea0c267f1821ee 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 dd402be6748a606eeed0a5c7510ac8725338e91a..fb452f2f148eada9b2787a56a3f12e98fc88ad5b 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 }, \
 };