[svn:parrot] r40041 - branches/io_cleanups/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Jul 13 01:57:24 UTC 2009


Author: jkeenan
Date: Mon Jul 13 01:57:23 2009
New Revision: 40041
URL: https://trac.parrot.org/parrot/changeset/40041

Log:
Conform to coding standards:  c_parens.

Modified:
   branches/io_cleanups/src/pmc/handle.pmc

Modified: branches/io_cleanups/src/pmc/handle.pmc
==============================================================================
--- branches/io_cleanups/src/pmc/handle.pmc	Mon Jul 13 01:40:06 2009	(r40040)
+++ branches/io_cleanups/src/pmc/handle.pmc	Mon Jul 13 01:57:23 2009	(r40041)
@@ -50,7 +50,7 @@
 
     VTABLE void init() {
         Parrot_Handle_attributes *attr = PARROT_HANDLE(SELF);
-        if(!attr)
+        if (!attr)
             attr = mem_allocate_typed(Parrot_Handle_attributes);
 
         attr->flags         = 0;


More information about the parrot-commits mailing list