[svn:parrot] r37865 - trunk/lib/Parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Apr 2 02:31:04 UTC 2009


Author: jkeenan
Date: Thu Apr  2 02:31:04 2009
New Revision: 37865
URL: https://trac.parrot.org/parrot/changeset/37865

Log:
codingstd:  No trailing whitespace.

Modified:
   trunk/lib/Parrot/Headerizer.pm

Modified: trunk/lib/Parrot/Headerizer.pm
==============================================================================
--- trunk/lib/Parrot/Headerizer.pm	Thu Apr  2 02:30:12 2009	(r37864)
+++ trunk/lib/Parrot/Headerizer.pm	Thu Apr  2 02:31:04 2009	(r37865)
@@ -275,7 +275,7 @@
     if (@line) {
         $split_decl .= join(' ', @line) . "\n";
     }
-    
+
     $split_decl =~ s/\n$//;
 
     return $split_decl;


More information about the parrot-commits mailing list