This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: White space only
authorKarl Williamson <khw@cpan.org>
Thu, 2 Mar 2017 19:15:20 +0000 (12:15 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 08:37:23 +0000 (01:37 -0700)
commitd164443fe7708a332f3408f2a842d986b3148cbb
tree465e0420225d54814a554c82fff457dce63bae6b
parent1c4de6cd1d73a0b9cd709c290e505f325bb3ddbf
regcomp.c: White space only

This changes the indentation of some code to reflect where it should be
with the addition and subtraction of blocks in the next commits.  And it
reflows to fit in 79 columns, and converts some tabs to spaces.
regcomp.c