[svn:parrot] r49238 - branches/typesafe_consttable/src

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Sep 22 05:26:31 UTC 2010


Author: plobsing
Date: Wed Sep 22 05:26:30 2010
New Revision: 49238
URL: https://trac.parrot.org/parrot/changeset/49238

Log:
[codingstd] trailing whitespace

Modified:
   branches/typesafe_consttable/src/packdump.c

Modified: branches/typesafe_consttable/src/packdump.c
==============================================================================
--- branches/typesafe_consttable/src/packdump.c	Wed Sep 22 05:25:36 2010	(r49237)
+++ branches/typesafe_consttable/src/packdump.c	Wed Sep 22 05:26:30 2010	(r49238)
@@ -248,7 +248,7 @@
                     Parrot_io_printf(interp, "        TYPE        => NUMBER\n");
                     ct_index = PackFile_find_in_const(interp, ct, key, PFC_NUMBER);
                     Parrot_io_printf(interp, "        PFC_OFFSET  => %ld\n", ct_index);
-                    Parrot_io_printf(interp, "        DATA        => %ld\n", 
+                    Parrot_io_printf(interp, "        DATA        => %ld\n",
                                         ct->num.constants[ct_index]);
                     Parrot_io_printf(interp, "       },\n");
                 }
@@ -392,7 +392,7 @@
         Parrot_io_printf(interp, "    } ],\n");
     }
 }
-                            
+
 
 /*
 


More information about the parrot-commits mailing list