Author: mdiep
Date: Mon Apr 16 18:25:12 2007
New Revision: 18247

Modified:
   trunk/src/pmc/object.pmc
   trunk/src/pmc/role.pmc

Log:
[core] Fix t/codingstd/trailing_space.t

Modified: trunk/src/pmc/object.pmc
==============================================================================
--- trunk/src/pmc/object.pmc    (original)
+++ trunk/src/pmc/object.pmc    Mon Apr 16 18:25:12 2007
@@ -137,7 +137,7 @@
 */
     PMC* get_attr_str(STRING *name) {
         Parrot_Object *obj = PARROT_OBJECT(SELF);
-        
+
         /* Look up the index. */
         INTVAL index = get_attrib_index(interp, obj->class, name);
 
@@ -163,7 +163,7 @@
 */
     void set_attr_str(STRING* name, PMC* value) {
         Parrot_Object *obj = PARROT_OBJECT(SELF);
-        
+
         /* Look up the index. */
         INTVAL index = get_attrib_index(interp, obj->class, name);
 
@@ -204,7 +204,7 @@
                 break;
             }
         }
-        
+
         /* Return the method that was found, if any. */
         return method;
     }

Modified: trunk/src/pmc/role.pmc
==============================================================================
--- trunk/src/pmc/role.pmc      (original)
+++ trunk/src/pmc/role.pmc      Mon Apr 16 18:25:12 2007
@@ -495,7 +495,7 @@
 
 /*
 
-=item C<PCCMETHOD void 
+=item C<PCCMETHOD void
     namespace()>
 
 Gets the namespace associated with this role, if any.

Reply via email to