This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reindent and reformat newMYSUB and newATTRSUB_x
This commit only contains whitespace changes.
As a follow-on from the previous commit, reindent a couple of block of
code; but also do a general re-indenting and partial refomatting of these
two similar functions, which were a bit of mess and hard to follow:
* replace weird mixtures of indents with standard 4-indents;
* split if (X) Y into two lines;
* separate out blocks with a blank line;
* outdent labels by exactly 2 spaces