aewl
changeset 545:18b3666eae17
applied sander's config.*h nitpick patch
author | arg@mig29 |
---|---|
date | Thu, 26 Oct 2006 15:29:20 +0200 |
parents | 88ebcfe64c2d |
children | 223b41c35619 |
files | config.arg.h config.default.h |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Thu Oct 26 15:26:17 2006 +0200 1.2 +++ b/config.arg.h Thu Oct 26 15:29:20 2006 +0200 1.3 @@ -59,8 +59,8 @@ 1.4 #define RULES \ 1.5 static Rule rule[] = { \ 1.6 /* class:instance:title regex tags regex isfloat */ \ 1.7 - { "Firefox.*", "net", False}, \ 1.8 - { "Gimp.*", NULL, True}, \ 1.9 - { "MPlayer.*", NULL, True}, \ 1.10 - { "Acroread.*", NULL, True}, \ 1.11 + { "Firefox.*", "net", False }, \ 1.12 + { "Gimp.*", NULL, True }, \ 1.13 + { "MPlayer.*", NULL, True }, \ 1.14 + { "Acroread.*", NULL, True }, \ 1.15 };
2.1 --- a/config.default.h Thu Oct 26 15:26:17 2006 +0200 2.2 +++ b/config.default.h Thu Oct 26 15:29:20 2006 +0200 2.3 @@ -61,5 +61,5 @@ 2.4 static Rule rule[] = { \ 2.5 /* class:instance:title regex tags regex isfloat */ \ 2.6 { "Firefox.*", "2", False }, \ 2.7 - { "Gimp.*", NULL, True}, \ 2.8 + { "Gimp.*", NULL, True }, \ 2.9 };