Эх сурвалжийг харах

applied sander's config.*h nitpick patch

arg@mig29 19 жил өмнө
parent
commit
a08d83ba62
2 өөрчлөгдсөн 5 нэмэгдсэн , 5 устгасан
  1. 4 4
      config.arg.h
  2. 1 1
      config.default.h

+ 4 - 4
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 }, \
 };

+ 1 - 1
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 }, \
 };