From 57544199b5f651b7a3c6fbd60e20c37231e37bb9 Mon Sep 17 00:00:00 2001 From: duerst Date: Wed, 6 Jul 2016 10:24:50 +0000 Subject: * enc/iso_8859_1.c, enc/iso_8859_15.c, enc/iso_8859_16.c: Allign indenting to onigmo convention. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/iso_8859_15.c | 102 +++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'enc/iso_8859_15.c') diff --git a/enc/iso_8859_15.c b/enc/iso_8859_15.c index 3767950d98..066a08c9fb 100644 --- a/enc/iso_8859_15.c +++ b/enc/iso_8859_15.c @@ -226,59 +226,59 @@ case_map (OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc) { - OnigCodePoint code; - OnigUChar *to_start = to; - OnigCaseFoldType flags = *flagP; + OnigCodePoint code; + OnigUChar *to_start = to; + OnigCaseFoldType flags = *flagP; - while (*pp