This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: white space changes due to prev. commit
authorKarl Williamson <public@khwilliamson.com>
Wed, 15 Dec 2010 22:34:48 +0000 (15:34 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 15 Dec 2010 23:24:37 +0000 (16:24 -0700)
commit4ee329b3000cfabea3246d7ff8a5cb2511455807
tree458dcdd22fa253805bf6945d77d93d08015593b9
parent5a6441acb59053a086abbc64bfec4353a69aff0c
regexec.c: white space changes due to prev. commit

This is essentially a white-space patch.  Commit
dbaae6dafbe2bb8bf9fcd1e83874b9a683e0290f effectively removed two nests
of blocks.  This finishes that removal, outdents the previous innter
blocks, and reformats the comments for the extra space.

One declaration was moved as a result of removing a block.
regexec.c