applied sander's config.*h nitpick patch a08d83ba
arg@mig29 · 2006-10-26 15:29 2 file(s) · +5 −5
config.arg.h +4 −4
59 59
#define RULES \
60 60
static Rule rule[] = { \
61 61
	/* class:instance:title regex	tags regex	isfloat */ \
62 -
	{ "Firefox.*",			"net",		False}, \
63 -
	{ "Gimp.*",			NULL,		True}, \
64 -
	{ "MPlayer.*",			NULL,		True}, \
65 -
	{ "Acroread.*",			NULL,		True}, \
62 +
	{ "Firefox.*",			"net",		False }, \
63 +
	{ "Gimp.*",			NULL,		True }, \
64 +
	{ "MPlayer.*",			NULL,		True }, \
65 +
	{ "Acroread.*",			NULL,		True }, \
66 66
};
config.default.h +1 −1
61 61
static Rule rule[] = { \
62 62
	/* class:instance:title regex	tags regex	isfloat */ \
63 63
	{ "Firefox.*",			"2",		False }, \
64 -
	{ "Gimp.*",			NULL,		True}, \
64 +
	{ "Gimp.*",			NULL,		True }, \
65 65
};