Author: bernhard
Date: Sat Mar  3 02:10:45 2007
New Revision: 17305

Modified:
   trunk/src/inter_call.c

Log:
Satisfy t/codingstd/trailing_space.t


Modified: trunk/src/inter_call.c
==============================================================================
--- trunk/src/inter_call.c      (original)
+++ trunk/src/inter_call.c      Sat Mar  3 02:10:45 2007
@@ -683,11 +683,11 @@
 {
     st->dest.slurp =
         pmc_new(interp, Parrot_get_ctx_HLL_type(interp, 
enum_class_ResizablePMCArray));
-    
+
     /* Must register this PMC or it may get collected when only the struct
      * references it. */
     dod_register_pmc(interp, st->dest.slurp);
-    
+
     CTX_REG_PMC(st->dest.ctx, idx) = st->dest.slurp;
     st->dest.mode |= CALL_STATE_SLURP;
     st->dest.mode &= ~CALL_STATE_OPT;

Reply via email to