summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2018-01-11 14:41:33 +0000
committerDavid Mitchell <davem@iabyn.com>2018-01-19 13:45:19 +0000
commit5f63644886c09045a5d86d169abdfea9e804bce7 (patch)
tree90b1ef138a4387334a4d7ded9796111d56fa8818 /doop.c
parentf146bab680e5a22cf4657df42193385ddd2b538c (diff)
downloadperl-5f63644886c09045a5d86d169abdfea9e804bce7.tar.gz
S_do_trans_complex(): re-indent
outdent a code block following previous commit.
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/doop.c b/doop.c
index c7973ff985..58a49b0705 100644
--- a/doop.c
+++ b/doop.c
@@ -257,12 +257,12 @@ S_do_trans_complex(pTHX_ SV * const sv)
: tbl[comp+2]
)
);
- if (ch != pch) {
- d = uvchr_to_utf8(d, ch);
- pch = ch;
- }
- s += len;
- continue;
+ if (ch != pch) {
+ d = uvchr_to_utf8(d, ch);
+ pch = ch;
+ }
+ s += len;
+ continue;
}
}
else if ((sch = tbl[comp]) >= 0) {