|
|
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)) {
|
|