From 971d486f115af743c94b65d0d90c23a6541bb7d2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 25 Aug 2012 14:54:10 -0600 Subject: [PATCH] utf8.c: indent in new block: White space-only --- utf8.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utf8.c b/utf8.c index edae6ba..0da2c01 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; } -- 2.7.4