Fix whitespace throughout.
[fwd] / make-manpage
index b82f4d2..d5088d4 100755 (executable)
@@ -115,7 +115,7 @@ sub deroff {
        # foo
       } elsif (/^[^.]/) {
        $out .= $sep . $_;
-       $sep = " "; 
+       $sep = " ";
       } elsif (/^\.br$/ || /^\.PP$/) {
        $out .= "\n";
        $sep = "\t";