[svn:parrot] r48414 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Aug 11 07:02:15 UTC 2010
Author: mikehh
Date: Wed Aug 11 07:02:14 2010
New Revision: 48414
URL: https://trac.parrot.org/parrot/changeset/48414
Log:
fix codetest failure - trailing spaces
Modified:
trunk/src/pmc/role.pmc
Modified: trunk/src/pmc/role.pmc
==============================================================================
--- trunk/src/pmc/role.pmc Wed Aug 11 06:18:08 2010 (r48413)
+++ trunk/src/pmc/role.pmc Wed Aug 11 07:02:14 2010 (r48414)
@@ -68,14 +68,14 @@
/* Don't modify between HEADERIZER BEGIN / HEADERIZER END. Your changes will be lost. */
/* HEADERIZER END: static */
-/*
-
+/*
+
=item C<static void init_role_from_hash(PARROT_INTERP, PMC *self, PMC *info)>
Takes a hash and initializes the role based on it.
=cut
-
+
*/
static void
More information about the parrot-commits
mailing list