summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-01-28 15:08:34 +0000
committerDavid Mitchell <davem@iabyn.com>2011-01-30 13:19:53 +0000
commit8b030b386ab114eb62dffa7aa90c6f857fb0c4a3 (patch)
treefe6cc0f1636a68e0b65f98ef414314629989444a /pp_hot.c
parent500f1b692431bbc7c8ac994662fe32191113dcc8 (diff)
downloadperl-8b030b386ab114eb62dffa7aa90c6f857fb0c4a3.tar.gz
fix a confusing open scope in pp_subst
just a white space change
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 4c7b8a1848..2241c31303 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2223,7 +2223,8 @@ PP(pp_subst)
#endif
&& (I32)clen <= RX_MINLENRET(rx) && (once || !(r_flags & REXEC_COPY_STR))
&& !(RX_EXTFLAGS(rx) & RXf_LOOKBEHIND_SEEN)
- && (!doutf8 || SvUTF8(TARG))) {
+ && (!doutf8 || SvUTF8(TARG)))
+ {
if (!matched)
{
SPAGAIN;