summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-02-09 13:46:18 +0000
committerDavid Mitchell <davem@iabyn.com>2011-02-16 17:34:08 +0000
commitd7be14800fee6f7f7389d46d61750db9e6c71495 (patch)
tree6c95fc81b0731831f8235c5ba38e7b2b3e1be974 /pp_hot.c
parent48d97dac760d07a6b57972ac8dce412984f75e8c (diff)
downloadperl-d7be14800fee6f7f7389d46d61750db9e6c71495.tar.gz
pp_match: indent label slightly
'play_it_again:' was on column 0, which meant that most diff utilities interpreted it as a function name.
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 66198a238b..7f9a13c7b5 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1345,7 +1345,7 @@ PP(pp_match)
if (SvSCREAM(TARG))
r_flags |= REXEC_SCREAM;
-play_it_again:
+ play_it_again:
if (global && RX_OFFS(rx)[0].start != -1) {
t = s = RX_OFFS(rx)[0].end + truebase - RX_GOFS(rx);
if ((s + RX_MINLEN(rx)) > strend || s < truebase)