[前][次][番号順一覧][スレッド一覧]

ruby-changes:55653

From: git <ko1@a...>
Date: Sat, 4 May 2019 00:00:13 +0900 (JST)
Subject: [ruby-changes:55653] git: 04fd98d596 (trunk): * expand tabs.

https://git.ruby-lang.org/ruby.git/commit/?id=04fd98d596

From 04fd98d5963d45f69ff8239bd02392e550d67191 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Fri, 3 May 2019 23:59:58 +0900
Subject: * expand tabs.


diff --git a/string.c b/string.c
index 76d8c56..c8e408d 100644
--- a/string.c
+++ b/string.c
@@ -6592,8 +6592,8 @@ rb_str_ascii_casemap(VALUE source, VALUE target, OnigCaseFoldType *flags, rb_enc https://github.com/ruby/ruby/blob/trunk/string.c#L6592
     }
 
     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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]