# New Ticket Created by  willie 
# Please include the string:  [perl #39799]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39799 >


fixes the indentation of the pmclass's closing brace and the last 
method's closing brace in src/pmc/array.pmc. no other pmc file in the 
same directory needs a similar adjustment.
Index: src/pmc/array.pmc
===================================================================
--- src/pmc/array.pmc   (revision 13260)
+++ src/pmc/array.pmc   (working copy)
@@ -1263,8 +1263,8 @@
         SUPER(info);
         if (info->extra_flags == EXTRA_IS_NULL)
             DYNSELF.set_integer_native(io->vtable->shift_integer(INTERP, io));
-        }
     }
+}

 /*

Reply via email to