summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-04 16:18:51 -0700
committerKarl Williamson <khw@cpan.org>2019-02-05 11:44:29 -0700
commitd813f4302f9854d0b253ffe9ec17dc23009a1f83 (patch)
tree83d387b583dbfd82154e62558b077c7801f6db00 /pp.c
parentbe42d3476c32121906ffa03e4bb123d98fb1b464 (diff)
downloadperl-d813f4302f9854d0b253ffe9ec17dc23009a1f83.tar.gz
pp.c: White-space only
Indent block newly formed by the previous commit.
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/pp.c b/pp.c
index 9144c4eca9..4cdf832453 100644
--- a/pp.c
+++ b/pp.c
@@ -4325,10 +4325,11 @@ PP(pp_uc)
}
else
#endif
- for (; s < send; s++) {
- (void) _to_upper_title_latin1(*s, d, &len, 'S');
- d += len;
- }
+ for (; s < send; s++) {
+ (void) _to_upper_title_latin1(*s, d, &len, 'S');
+ d += len;
+ }
+
/* Here have processed the whole source; no need to
* continue with the outer loop. Each character has been
* converted to upper case and converted to UTF-8. */