[svn:parrot] r48900 - in trunk: t/pmc tools/dev

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Sep 10 02:48:55 UTC 2010


Author: jkeenan
Date: Fri Sep 10 02:48:54 2010
New Revision: 48900
URL: https://trac.parrot.org/parrot/changeset/48900

Log:
[codingstd] No trailing whitespace.

Modified:
   trunk/t/pmc/hashiteratorkey.t
   trunk/tools/dev/headerizer.pl

Modified: trunk/t/pmc/hashiteratorkey.t
==============================================================================
--- trunk/t/pmc/hashiteratorkey.t	Fri Sep 10 02:33:15 2010	(r48899)
+++ trunk/t/pmc/hashiteratorkey.t	Fri Sep 10 02:48:54 2010	(r48900)
@@ -55,7 +55,7 @@
 
     # De facto behavior tested for code coverage
 
-    p = hik.'key'() 
+    p = hik.'key'()
     i = isnull p
     is(i, 1, 'HIK.key gives null when unitialized')
 

Modified: trunk/tools/dev/headerizer.pl
==============================================================================
--- trunk/tools/dev/headerizer.pl	Fri Sep 10 02:33:15 2010	(r48899)
+++ trunk/tools/dev/headerizer.pl	Fri Sep 10 02:48:54 2010	(r48900)
@@ -330,8 +330,8 @@
     # Walk the object files and find corresponding source (either .c or .pmc)
     for my $ofile (@ofiles) {
 
-        # Skip files in the src/ops/ subdirectory. 
-            
+        # Skip files in the src/ops/ subdirectory.
+
         next if $ofile =~ m/^\Qsrc$PConfig{slash}ops\E/ || # if run by hand...
                 $ofile =~ m{^src/ops};                     # ... or by makefile
 


More information about the parrot-commits mailing list