Author: allison
Date: Sat Apr 14 17:22:23 2007
New Revision: 18214

Modified:
   trunk/src/pmc/class.pmc

Log:
[oo]: Fix trailing whitespace in Class PMC.


Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc     (original)
+++ trunk/src/pmc/class.pmc     Sat Apr 14 17:22:23 2007
@@ -333,7 +333,7 @@
 
         /* Set up the object. */
         SELF.init();
-        
+
         /* Initialize the class with the supplied data. */
         init_class_from_hash(interp, SELF, init_data);
     }
@@ -657,7 +657,7 @@
     PCCMETHOD void namespace(PMC *namespace :optional, int got_name :opt_flag) 
{
         Parrot_Class *class = PARROT_CLASS(SELF);
         PMC *ret_namespace = class->namespace;
-        PCCRETURN(PMC *ret_namespace);        
+        PCCRETURN(PMC *ret_namespace);
     }
 
 /*

Reply via email to