]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove some SPACEs before TAB.
authorJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 09:08:29 +0000 (09:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 09:08:29 +0000 (09:08 +0000)
man/help2man

index 228635c0b382653774659e203b71ae060ae29199..2bc0b9e570b44017f5b77a8bb89791bbfd3c66e3 100755 (executable)
@@ -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, $!;