applied sander's config.*h nitpick patch
a08d83ba
2 file(s) · +5 −5
| 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 | }; |
| 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 | }; |