Author: jkeenan
Date: Fri Jan 16 19:40:47 2009
New Revision: 35661

Modified:
   trunk/src/oo.c
   trunk/src/pmc/tqueue.pmc
   trunk/src/sub.c

Log:
Eliminate trailing whitespace in 3 files.

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c      (original)
+++ trunk/src/oo.c      Fri Jan 16 19:40:47 2009
@@ -226,7 +226,7 @@
 
         /* XXX TT#182: This is a hack! We should be able to treat all
            PMC types the same through pmc_type_p or some interface to it */
-        if (base_type == enum_class_Key 
+        if (base_type == enum_class_Key
          || base_type == enum_class_ResizableStringArray
          || base_type == enum_class_String)
             type = pmc_type_p(interp, key);

Modified: trunk/src/pmc/tqueue.pmc
==============================================================================
--- trunk/src/pmc/tqueue.pmc    (original)
+++ trunk/src/pmc/tqueue.pmc    Fri Jan 16 19:40:47 2009
@@ -210,7 +210,7 @@
 
         /* s. tsq.c:queue_push */
         queue_lock(queue);
-        
+
         GET_ATTR_thread_count(INTERP, SELF, thread_count);
         ++thread_count;
         SET_ATTR_thread_count(INTERP, SELF, thread_count);

Modified: trunk/src/sub.c
==============================================================================
--- trunk/src/sub.c     (original)
+++ trunk/src/sub.c     Fri Jan 16 19:40:47 2009
@@ -711,7 +711,7 @@
 =item C<Parrot_sub * Parrot_get_sub_pmc_from_subclass>
 
 Gets a Parrot_sub structure from something that isn't a Sub PMC, but rather a
-subclass. 
+subclass.
 
 =cut
 

Reply via email to