remove SPACEs before TABs
authorJim Meyering <jim@meyering.net>
Thu, 25 Nov 2004 22:17:55 +0000 (22:17 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 25 Nov 2004 22:17:55 +0000 (22:17 +0000)
man/help2man

index c0244e6a38e22a3b1b454dc77ecac45f031bb6b1..e2e9aacf74a545b0086bf6795bdeff6df84be585 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, $!;