perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r26109 - trunk/src/pmc

Subject: [svn:parrot] r26109 - trunk/src/pmc
From:
Date: Wed, 27 Feb 2008 11:17:28 -0800 PST
Newsgroups: perl.cvs.parrot

Author: bernhard
Date: Wed Feb 27 11:17:26 2008
New Revision: 26109

Modified:
   trunk/src/pmc/object.pmc

Log:
Remove trailing whitespace in C-code.


Modified: trunk/src/pmc/object.pmc
==============================================================================
--- trunk/src/pmc/object.pmc    (original)
+++ trunk/src/pmc/object.pmc    Wed Feb 27 11:17:26 2008
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2007, The Perl Foundation.
+Copyright (C) 2001-2008, The Perl Foundation.
 $Id$
 
 =head1 NAME
@@ -459,11 +459,11 @@
 
         if (role_name == NULL)
             return 0;
-        
+
         /* Dispatch role to the object's class to check HLL roles first */
         if (VTABLE_does(interp, VTABLE_get_class(interp, SELF), role_name))
             return 1;
-        
+
         /* Check if we have any PMC parents, and if so also dispatch to
          * their does check. */
         if (CLASS_has_alien_parents_TEST(obj->_class)) {

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r26109 - trunk/src/pmc, bernhard <=