From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/texi2pod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/texi2pod.pl') diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 52e70507c4..6971e6cdf3 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -229,7 +229,7 @@ while(<$inf>) { $inf = gensym(); # Try cwd and $ibase. - open($inf, "<" . $1) + open($inf, "<" . $1) or open($inf, "<" . $ibase . "/" . $1) or die "cannot open $1 or $ibase/$1: $!\n"; next; -- cgit v1.2.3