[svn:parrot] r37134 - trunk/src

rurban at svn.parrot.org rurban at svn.parrot.org
Thu Mar 5 19:36:37 UTC 2009


Author: rurban
Date: Thu Mar  5 19:36:37 2009
New Revision: 37134
URL: https://trac.parrot.org/parrot/changeset/37134

Log:
[cage] whitespace: align comments

Modified:
   trunk/src/pmc_freeze.c

Modified: trunk/src/pmc_freeze.c
==============================================================================
--- trunk/src/pmc_freeze.c	Thu Mar  5 19:30:35 2009	(r37133)
+++ trunk/src/pmc_freeze.c	Thu Mar  5 19:36:37 2009	(r37134)
@@ -1227,10 +1227,10 @@
     else if ((UINTVAL) n & 1) {     /* seen PMCs have bit 0 set */
         seen = 1;
     }
-    else if ((UINTVAL) n & 2) { /* prev PMC was same type */
+    else if ((UINTVAL) n & 2) {     /* prev PMC was same type */
         *type = info->last_type;
     }
-    else {                       /* type follows */
+    else {                          /* type follows */
         *type = VTABLE_shift_integer(interp, io);
         info->last_type = *type;
         if (*type <= 0)


More information about the parrot-commits mailing list