This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_goto: a couple of cosmetic changes
authorDavid Mitchell <davem@iabyn.com>
Fri, 3 Jul 2015 10:40:01 +0000 (11:40 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:35 +0000 (08:59 +0000)
commit0fa3d31dd8de1330eb5073722780b3f389461911
tree0c185753fe3762f87f0d3ff5cf533dd6f7aabd44
parentfad386cb457366216d19228cb80d44310880382c
pp_goto: a couple of cosmetic changes

had a lable outdented 2, not 4 chars, and move a comment describing
what a branch does from before to after the 'if'.
pp_ctl.c