summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-07-03 13:24:08 +0100
committerDavid Mitchell <davem@iabyn.com>2010-07-03 16:25:58 +0100
commit5a8697a75658d7d8584bbfa20c013c177b3dbac3 (patch)
tree03e7dab11eadb14eb3ebb945d6ecdce3ef05439d /pp_ctl.c
parentf3ec07c74992f83551f19ac514b0c40fd1e93787 (diff)
downloadperl-5a8697a75658d7d8584bbfa20c013c177b3dbac3.tar.gz
fix bad indentation in pp_regcomp
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 3a7f38218f..1aca2a07ea 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -228,9 +228,9 @@ PP(pp_regcomp)
tmpstr = copy;
}
- if (eng)
+ if (eng)
PM_SETRE(pm, CALLREGCOMP_ENG(eng, tmpstr, pm_flags));
- else
+ else
PM_SETRE(pm, CALLREGCOMP(tmpstr, pm_flags));
PL_reginterp_cnt = 0; /* XXXX Be extra paranoid - needed