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
authorDavid Mitchell <davem@iabyn.com>
Mon, 5 Sep 2016 11:37:55 +0000 (12:37 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 5 Sep 2016 11:56:45 +0000 (12:56 +0100)
commitfc3b7ad1386606b102614ccb712d6c8c7a9fed4d
tree1f87e0f153925bebda073cc3b392dc98a380ad6b
parentf6df9a2399f253aa91ac088837b425205fe9e6b7
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
op.c