From: Jim Meyering Date: Thu, 25 Nov 2004 22:17:55 +0000 (+0000) Subject: remove SPACEs before TABs X-Git-Tag: v5.3.0~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bcbe928bf799196ea5d5fe42521faaaf475533;p=thirdparty%2Fcoreutils.git remove SPACEs before TABs --- diff --git a/man/help2man b/man/help2man index c0244e6a38..e2e9aacf74 100755 --- a/man/help2man +++ b/man/help2man @@ -217,7 +217,7 @@ while (@opt_include) close INC; kark N_("%s: no valid information found in `%s'"), $this_program, $inc - unless $key; + unless $key; } # Compress trailing blank lines. @@ -241,7 +241,7 @@ my $version; if ($opt_output) { unlink $opt_output or kark N_("%s: can't unlink %s (%s)"), - $this_program, $opt_output, $! if -e $opt_output; + $this_program, $opt_output, $! if -e $opt_output; open STDOUT, ">$opt_output" or kark N_("%s: can't create %s (%s)"), $this_program, $opt_output, $!;