whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-01-25 13:39:24 +01:00
parent 46685a46bb
commit 3581c62515
15 changed files with 32 additions and 32 deletions

View File

@ -32,7 +32,7 @@ BEGIN {
}
END {
for (i = 0; i <= pos; i++) {
# printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
# printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
if (help[i] == 0) {
printf("%s: No helptext for '%s'\n", file[i], conf[i]);
}