summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-25 14:54:10 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-25 23:21:30 -0600
commit971d486f115af743c94b65d0d90c23a6541bb7d2 (patch)
treef4eb3cfac2191590fdc9ef3842297127d7315904 /utf8.c
parent87367d5f9dc9bbf7db1a6cf87820cea76571bf1a (diff)
downloadperl-971d486f115af743c94b65d0d90c23a6541bb7d2.tar.gz
utf8.c: indent in new block: White space-only
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index edae6ba5c4..0da2c0197d 100644
--- a/utf8.c
+++ b/utf8.c
@@ -3111,8 +3111,8 @@ Perl__core_swash_init(pTHX_ const char* pkg, const char* name, SV *listsv, I32 m
/* Here, there is no swash already. Set up a minimal one, if
* we are going to return a swash */
if ((int) _invlist_len(invlist) > invlist_swash_boundary) {
- swash_hv = newHV();
- retval = newRV_inc(MUTABLE_SV(swash_hv));
+ swash_hv = newHV();
+ retval = newRV_inc(MUTABLE_SV(swash_hv));
}
swash_invlist = invlist;
}