config.arg.h
changeset 545 18b3666eae17
parent 542 21a924818b61
child 547 de3fd5271408
--- a/config.arg.h	Thu Oct 26 15:26:17 2006 +0200
+++ b/config.arg.h	Thu Oct 26 15:29:20 2006 +0200
@@ -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 }, \
 };