[R-gregmisc-users] SF.net SVN: r-gregmisc:[1594] trunk/gdata/inst/perl/xls2csv.pl
Brought to you by:
warnes
From: <wa...@us...> - 2012-08-13 22:13:47
|
Revision: 1594 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1594&view=rev Author: warnes Date: 2012-08-13 22:13:40 +0000 (Mon, 13 Aug 2012) Log Message: ----------- Remove trailing space from output line. Modified Paths: -------------- trunk/gdata/inst/perl/xls2csv.pl Modified: trunk/gdata/inst/perl/xls2csv.pl =================================================================== --- trunk/gdata/inst/perl/xls2csv.pl 2012-06-29 19:03:27 UTC (rev 1593) +++ trunk/gdata/inst/perl/xls2csv.pl 2012-08-13 22:13:40 UTC (rev 1594) @@ -267,7 +267,7 @@ } else { - print OutFile "$outputLine \n" + print OutFile "$outputLine\n" } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |