Whitespace fixing.
[fwd] / make-manpage
index b82f4d2..813c17f 100755 (executable)
@@ -115,7 +115,7 @@ sub deroff {
        # foo
       } elsif (/^[^.]/) {
        $out .= $sep . $_;
-       $sep = " "; 
+       $sep = " ";
       } elsif (/^\.br$/ || /^\.PP$/) {
        $out .= "\n";
        $sep = "\t";
@@ -133,7 +133,7 @@ if ($mode eq 'c') {
  * Generated grammar and options summary
  */
 
-#include "mantext.h"
+#include "fwd.h"
 
 EOF
   for $head (keys %ch) {