aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkhelp.awk
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
commit3581c625151d25d8e1cbc80c44337d398d97cf42 (patch)
tree86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /scripts/checkhelp.awk
parent46685a46bbffc04d507ce756f4b703aae024debd (diff)
downloadbusybox-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/checkhelp.awk')
-rwxr-xr-xscripts/checkhelp.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkhelp.awk b/scripts/checkhelp.awk
index 2468db2da..94843d6ff 100755
--- a/scripts/checkhelp.awk
+++ b/scripts/checkhelp.awk
@@ -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]);
}