This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: indent code in new block
authorKarl Williamson <public@khwilliamson.com>
Mon, 15 Nov 2010 19:49:34 +0000 (12:49 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:56 +0000 (13:32 -0800)
commita9ef53327dcfcb93436724193f806bbf675227db
tree01c5ef75f830fc093b5e260f40d9993f11830ecc
parente34d62e95a83d411e0c4496e1d6090dd3039813e
regexec.c: indent code in new block

This is a white-space, formatting only patch.  The previous commit
placed existing code in a new {block}.  This now indents it and
reformats it to still fit in 80 columns.  No logic changes are in it.
regexec.c