From a08d83ba6251554854a3b4ae4765cea2818ad37a Mon Sep 17 00:00:00 2001 From: "arg@mig29" Date: Thu, 26 Oct 2006 15:29:20 +0200 Subject: applied sander's config.*h nitpick patch --- config.arg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.arg.h') diff --git a/config.arg.h b/config.arg.h index 3a098cb..9ed5644 100644 --- a/config.arg.h +++ b/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 }, \ }; -- cgit v1.2.3-54-g00ecf