[svn:parrot] r36298 - trunk/src

barney at svn.parrot.org barney at svn.parrot.org
Mon Feb 2 20:00:07 UTC 2009


Author: barney
Date: Mon Feb  2 20:00:07 2009
New Revision: 36298
URL: https://trac.parrot.org/parrot/changeset/36298

Log:
[codingstd] trailing_space.t

Modified:
   trunk/src/packfile.c

Modified: trunk/src/packfile.c
==============================================================================
--- trunk/src/packfile.c	Mon Feb  2 19:58:52 2009	(r36297)
+++ trunk/src/packfile.c	Mon Feb  2 20:00:07 2009	(r36298)
@@ -1420,7 +1420,7 @@
         for (i = 0; i < (int)self->size; i++) {
             self->data[i] = PF_fetch_opcode(self->pf, &cursor);
 #if TRACE_PACKFILE
-            Parrot_io_eprintf(NULL, "default_unpack: transformed op[#%d]/%d %u\n", 
+            Parrot_io_eprintf(NULL, "default_unpack: transformed op[#%d]/%d %u\n",
                 i, self->size, self->data[i]);
 #endif
         }
@@ -1980,7 +1980,7 @@
                 return 0;
             }
 #if TRACE_PACKFILE == 2
-        Parrot_io_eprintf(NULL, "Segment offset: new pos 0x%x (src=0x%x cursor=0x%x).\n", 
+        Parrot_io_eprintf(NULL, "Segment offset: new pos 0x%x (src=0x%x cursor=0x%x).\n",
             pos - pf->src, pf->src, cursor);
 #endif
         }
@@ -2059,7 +2059,7 @@
         else
             delta = pos - cursor;
 #if TRACE_PACKFILE == 2
-        Parrot_io_eprintf(NULL, "  delta=%d pos=0x%x cursor=0x%x\n", 
+        Parrot_io_eprintf(NULL, "  delta=%d pos=0x%x cursor=0x%x\n",
             delta, pos, cursor);
 #endif
 
@@ -3280,7 +3280,7 @@
                 entry->offset = PF_fetch_opcode(pf, &cursor);
 #if TRACE_PACKFILE == 2
         Parrot_io_eprintf(interp,
-                "PackFile_FixupTable_unpack(): type %d, name %s, offset %ld\n", 
+                "PackFile_FixupTable_unpack(): type %d, name %s, offset %ld\n",
                 entry->type, entry->name, entry->offset);
 #endif
                 break;
@@ -3523,7 +3523,7 @@
     for (i = 0; i < self->const_count; i++) {
 #if TRACE_PACKFILE
         Parrot_io_eprintf(interp,
-                "PackFile_ConstTable_unpack(): Unpacking constant %ld/%ld\n", 
+                "PackFile_ConstTable_unpack(): Unpacking constant %ld/%ld\n",
                 i, self->const_count);
 #endif
 


More information about the parrot-commits mailing list