From 04fd98d5963d45f69ff8239bd02392e550d67191 Mon Sep 17 00:00:00 2001 From: git Date: Fri, 3 May 2019 23:59:58 +0900 Subject: * expand tabs. --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/string.c b/string.c index 76d8c569a5..c8e408d173 100644 --- a/string.c +++ b/string.c @@ -6592,8 +6592,8 @@ rb_str_ascii_casemap(VALUE source, VALUE target, OnigCaseFoldType *flags, rb_enc } length_or_invalid = onigenc_ascii_only_case_map(flags, - &source_current, source_end, - target_current, target_end, enc); + &source_current, source_end, + target_current, target_end, enc); if (length_or_invalid < 0) rb_raise(rb_eArgError, "input string invalid"); if (CASEMAP_DEBUG && length_or_invalid != old_length) { -- cgit v1.2.3