[svn:parrot] r48216 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Jul 29 18:03:52 UTC 2010


Author: mikehh
Date: Thu Jul 29 18:03:52 2010
New Revision: 48216
URL: https://trac.parrot.org/parrot/changeset/48216

Log:
fix codetest failure - trailing whitespace (indent next line)

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Thu Jul 29 17:31:50 2010	(r48215)
+++ trunk/compilers/imcc/pbc.c	Thu Jul 29 18:03:52 2010	(r48216)
@@ -2259,7 +2259,7 @@
 
         /* FIXME length and multiple subs */
         seg_size = (size_t)IMCC_INFO(interp)->ins_line + ins_size + 1;
-        IMCC_INFO(interp)->debug_seg  = 
+        IMCC_INFO(interp)->debug_seg  =
             Parrot_new_debug_seg(interp, interp->code, seg_size);
 
         Parrot_debug_add_mapping(interp, IMCC_INFO(interp)->debug_seg,


More information about the parrot-commits mailing list