applied sander's config.*h nitpick patch
This commit is contained in:
		@@ -59,8 +59,8 @@ static Key key[] = { \
 | 
				
			|||||||
#define RULES \
 | 
					#define RULES \
 | 
				
			||||||
static Rule rule[] = { \
 | 
					static Rule rule[] = { \
 | 
				
			||||||
	/* class:instance:title regex	tags regex	isfloat */ \
 | 
						/* class:instance:title regex	tags regex	isfloat */ \
 | 
				
			||||||
	{ "Firefox.*",			"net",		False}, \
 | 
						{ "Firefox.*",			"net",		False }, \
 | 
				
			||||||
	{ "Gimp.*",			NULL,		True}, \
 | 
						{ "Gimp.*",			NULL,		True }, \
 | 
				
			||||||
	{ "MPlayer.*",			NULL,		True}, \
 | 
						{ "MPlayer.*",			NULL,		True }, \
 | 
				
			||||||
	{ "Acroread.*",			NULL,		True}, \
 | 
						{ "Acroread.*",			NULL,		True }, \
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -61,5 +61,5 @@ static Key key[] = { \
 | 
				
			|||||||
static Rule rule[] = { \
 | 
					static Rule rule[] = { \
 | 
				
			||||||
	/* class:instance:title regex	tags regex	isfloat */ \
 | 
						/* class:instance:title regex	tags regex	isfloat */ \
 | 
				
			||||||
	{ "Firefox.*",			"2",		False }, \
 | 
						{ "Firefox.*",			"2",		False }, \
 | 
				
			||||||
	{ "Gimp.*",			NULL,		True}, \
 | 
						{ "Gimp.*",			NULL,		True }, \
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user