small cosmetic fix
8dc03d6e
1 file(s) · +1 −2
| 184 | 184 | /* configuration, allows nested code to access above variables */ |
|
| 185 | 185 | #include "config.h" |
|
| 186 | 186 | ||
| 187 | - | /* Statically define the number of tags. */ |
|
| 187 | + | /* statically define the number of tags. */ |
|
| 188 | 188 | unsigned int ntags = sizeof tags / sizeof tags[0]; |
|
| 189 | 189 | Bool seltags[sizeof tags / sizeof tags[0]] = {[0] = True}; |
|
| 190 | 190 | Bool prevtags[sizeof tags / sizeof tags[0]] = {[0] = True}; |
|
| 191 | - |