summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2016-10-17 23:13:16 +0200
committerYves Orton <demerphq@gmail.com>2016-10-19 13:28:52 +0200
commit2c27f131241beb434fcd2e4d3c6e9314506513c0 (patch)
treeb1ed309a7f5abb8430b9a95ff17394f7e3c5accb
parent2b1a3689744d136137615e54657eec1b16f71afa (diff)
downloadperl-2c27f131241beb434fcd2e4d3c6e9314506513c0.tar.gz
regexec.c: fixup annoying unbalanced whitespace
-rw-r--r--regexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regexec.c b/regexec.c
index 85b119fb21..cae8a19f26 100644
--- a/regexec.c
+++ b/regexec.c
@@ -5725,7 +5725,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog)
case TRIE_next_fail: /* we failed - try next alternative */
{
U8 *uc;
- if ( ST.jump) {
+ if ( ST.jump ) {
REGCP_UNWIND(ST.cp);
UNWIND_PAREN(ST.lastparen, ST.lastcloseparen);
}
@@ -5759,7 +5759,7 @@ S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog)
no_final = 0;
}
- if ( ST.jump) {
+ if ( ST.jump ) {
ST.lastparen = rex->lastparen;
ST.lastcloseparen = rex->lastcloseparen;
REGCP_SET(ST.cp);