aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h8
-rw-r--r--config.default.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/config.arg.h b/config.arg.h
index 3a098cb..9ed5644 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -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 }, \
};
diff --git a/config.default.h b/config.default.h
index dd402be..fb452f2 100644
--- a/config.default.h
+++ b/config.default.h
@@ -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 }, \
};