[svn:parrot] r49474 - trunk/src/string

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Oct 7 23:15:15 UTC 2010


Author: mikehh
Date: Thu Oct  7 23:15:15 2010
New Revision: 49474
URL: https://trac.parrot.org/parrot/changeset/49474

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/src/string/api.c

Modified: trunk/src/string/api.c
==============================================================================
--- trunk/src/string/api.c	Thu Oct  7 22:11:27 2010	(r49473)
+++ trunk/src/string/api.c	Thu Oct  7 23:15:15 2010	(r49474)
@@ -3214,7 +3214,7 @@
 }
 
 /*
-  
+
 =back
 
 =head2 GC registry interface
@@ -3232,7 +3232,7 @@
 PARROT_EXPORT
 void
 Parrot_str_gc_register(PARROT_INTERP, ARGIN(STRING *s))
-{   
+{
     ASSERT_ARGS(Parrot_str_gc_register)
     /* Better not trigger a GC run with a potentially unanchored PMC */
     Parrot_block_GC_mark(interp);
@@ -3244,7 +3244,7 @@
 }
 
 /*
-  
+
 =item C<void Parrot_str_gc_unregister(PARROT_INTERP, STRING *s)>
 
 Unregisters the STRING from the interpreter's GC registry.


More information about the parrot-commits mailing list