Re: [perl #40483] [PATCH] removal of cuddled else's in C source

2006-10-11 Thread jerry gay
On 10/11/06, Bernhard Schmalhofer via RT <[EMAIL PROTECTED]> wrote: On Mi. 11. Okt. 2006, 08:10:45, [EMAIL PROTECTED] wrote: > Yes, I got exacly the same output from r14895. Actually, this patch > was already applied by Bernhard in r14870, which explains why the > effected files list looks dif

Re: [perl #40483] [PATCH] removal of cuddled else's in C source

2006-10-11 Thread Paul Cochrane
Jerry, 1) the patch leaves trailing spaces after the closing brackets (this isn't a coding standard (yet) but is a pet peeve of mine. if it were this alone, i'd modify the patch myself and apply. I can add a test for this to t/codingstd/cuddled_else.t if you want. 2) many of the source files

[perl #40483] [PATCH] removal of cuddled else's in C source

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40483] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40483 > Hi, This patch uncuddles the else's in the C source, and makes the t/codingstd/cuddl