Author: paultcochrane
Date: Sat Mar 31 05:42:12 2007
New Revision: 17887

Modified:
   trunk/languages/pugs/pmc/pugscapture.pmc

Log:
[pugs] Fixed parentheses as per coding standards
Patch courtesy of Shawn M Moore <sartak at gmail dot com>

Modified: trunk/languages/pugs/pmc/pugscapture.pmc
==============================================================================
--- trunk/languages/pugs/pmc/pugscapture.pmc    (original)
+++ trunk/languages/pugs/pmc/pugscapture.pmc    Sat Mar 31 05:42:12 2007
@@ -253,7 +253,7 @@
         parrot_mark_hash(INTERP, siva_hash(SELF));
     if (siva_ary(SELF))
         list_mark(INTERP, siva_ary(SELF));
-    if(PMC_str_val(SELF))
+    if (PMC_str_val(SELF))
         pobject_lives(INTERP, (PObj *)siva_str(SELF));
 
   }

Reply via email to