[svn:parrot] r37117 - trunk/src

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Thu Mar 5 04:08:28 UTC 2009


Author: Infinoid
Date: Thu Mar  5 04:08:27 2009
New Revision: 37117
URL: https://trac.parrot.org/parrot/changeset/37117

Log:
[cage] Tweak whitespace to pass t/codingstd/c_parens.t.

Modified:
   trunk/src/packdump.c

Modified: trunk/src/packdump.c
==============================================================================
--- trunk/src/packdump.c	Thu Mar  5 03:48:24 2009	(r37116)
+++ trunk/src/packdump.c	Thu Mar  5 04:08:27 2009	(r37117)
@@ -180,7 +180,7 @@
         /* number of key components */
         Parrot_io_printf(interp, "    [ 'PFC_KEY' (%ld items)\n", i);
         /* and now type / value per component */
-        for (key = self->u.key; key; ) {
+        for (key = self->u.key; key;) {
             opcode_t type = PObj_get_FLAGS(key);
 
             Parrot_io_printf(interp, "       {\n");


More information about the parrot-commits mailing list