summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-01 11:45:34 -0700
committerKarl Williamson <khw@cpan.org>2019-02-04 21:00:50 -0700
commit79ba27676437312e9dd6ce7ea8a47676cb57e5fc (patch)
treebd08ae9bb20c145260784eb6d191020aec171fc0 /pp.c
parentdbb3849a8c02c652b48b25b770fc36b743b162db (diff)
downloadperl-79ba27676437312e9dd6ce7ea8a47676cb57e5fc.tar.gz
pp.c: White-space only
Indent block newly formed in the previous commit
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pp.c b/pp.c
index 790f82bc59..522e985931 100644
--- a/pp.c
+++ b/pp.c
@@ -4045,10 +4045,10 @@ PP(pp_uc)
if (! _invlist_contains_cp(PL_utf8_mark, cp)) {
- /* A non-mark. Time to output the iota subscript */
- *d++ = UTF8_TWO_BYTE_HI(GREEK_CAPITAL_LETTER_IOTA);
- *d++ = UTF8_TWO_BYTE_LO(GREEK_CAPITAL_LETTER_IOTA);
- in_iota_subscript = FALSE;
+ /* A non-mark. Time to output the iota subscript */
+ *d++ = UTF8_TWO_BYTE_HI(GREEK_CAPITAL_LETTER_IOTA);
+ *d++ = UTF8_TWO_BYTE_LO(GREEK_CAPITAL_LETTER_IOTA);
+ in_iota_subscript = FALSE;
}
}