diff options
author | David Mitchell <davem@iabyn.com> | 2011-01-28 15:08:34 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-01-30 13:19:53 +0000 |
commit | 8b030b386ab114eb62dffa7aa90c6f857fb0c4a3 (patch) | |
tree | fe6cc0f1636a68e0b65f98ef414314629989444a /pp_hot.c | |
parent | 500f1b692431bbc7c8ac994662fe32191113dcc8 (diff) | |
download | perl-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |