From 3581c625151d25d8e1cbc80c44337d398d97cf42 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Jan 2010 13:39:24 +0100 Subject: whitespace fixes Signed-off-by: Denys Vlasenko --- scripts/checkhelp.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/checkhelp.awk') 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]); } -- cgit v1.2.3