From 23f1b5c33b8efaff2ad0117faec6cd90c54000cb Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 30 Nov 2004 13:02:16 +0000 Subject: Protection against trailing spaces in embed.fnc p4raw-id: //depot/perl@23568 --- autodoc.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'autodoc.pl') 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 (&@) { $_ .= ; chomp; } + s/\s+$//; my @args; if (/^\s*(#|$)/) { @args = $_; -- cgit v1.2.1