changeset 545:18b3666eae17

applied sander's config.*h nitpick patch
author arg@mig29
date Thu, 26 Oct 2006 15:29:20 +0200 (2006-10-26)
parents 88ebcfe64c2d
children 223b41c35619
files config.arg.h config.default.h
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 }, \
 };
--- a/config.default.h	Thu Oct 26 15:26:17 2006 +0200
+++ b/config.default.h	Thu Oct 26 15:29:20 2006 +0200
@@ -61,5 +61,5 @@
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
 	{ "Firefox.*",			"2",		False }, \
-	{ "Gimp.*",			NULL,		True}, \
+	{ "Gimp.*",			NULL,		True }, \
 };