diff options
-rw-r--r-- | autodoc.pl | 1 | ||||
-rwxr-xr-x | embed.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl index 5e7b3c289d..c10640835d 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -45,6 +45,7 @@ sub walk_table (&@) { $_ .= <IN>; chomp; } + s/\s+$//; my @args; if (/^\s*(#|$)/) { @args = $_; @@ -107,6 +107,7 @@ sub walk_table (&@) { $_ .= <IN>; chomp; } + s/\s+$//; my @args; if (/^\s*(#|$)/) { @args = $_; |