diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-25 14:54:10 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-25 23:21:30 -0600 |
commit | 971d486f115af743c94b65d0d90c23a6541bb7d2 (patch) | |
tree | f4eb3cfac2191590fdc9ef3842297127d7315904 /utf8.c | |
parent | 87367d5f9dc9bbf7db1a6cf87820cea76571bf1a (diff) | |
download | perl-971d486f115af743c94b65d0d90c23a6541bb7d2.tar.gz |
utf8.c: indent in new block: White space-only
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |