Author: coke
Date: Wed Dec 17 21:20:21 2008
New Revision: 34059

Modified:
   trunk/languages/perl6/src/classes/List.pir
   trunk/src/string.c

Log:
[codingstd] remove trailing spaces


Modified: trunk/languages/perl6/src/classes/List.pir
==============================================================================
--- trunk/languages/perl6/src/classes/List.pir  (original)
+++ trunk/languages/perl6/src/classes/List.pir  Wed Dec 17 21:20:21 2008
@@ -55,7 +55,7 @@
     # If there curent thing is Whatever, need special handling.
     $I0 = isa cur_a, whatever
     unless $I0 goto not_whatever
-    
+
     # If we don't have anything left other than the Whatever, it matches any
     # ending. Otherwise, we see what we're next looking for, and keep pulling
     # from the topic until we see it, or until we run out of topic in which

Modified: trunk/src/string.c
==============================================================================
--- trunk/src/string.c  (original)
+++ trunk/src/string.c  Wed Dec 17 21:20:21 2008
@@ -284,7 +284,7 @@
         sizeof (parrot_cstrings) / sizeof (parrot_cstrings[0]);
 
     /* TODO: hash_seed should be randomized on a per-interp basis.  Before this
-     * can happen, shared STRINGs need to always be marked as such.  
+     * can happen, shared STRINGs need to always be marked as such.
      * See RT #59810 and #59472
      */
     interp->hash_seed = 3793;

Reply via email to