ruby-changes:56805
From: git <ko1@a...>
Date: Sun, 4 Aug 2019 22:27:32 +0900 (JST)
Subject: [ruby-changes:56805] git: 7817a6fa09 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=7817a6fa09 From 7817a6fa09db7cbe2d79b3b6fc86aa4e7fea6d28 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Sun, 4 Aug 2019 22:27:17 +0900 Subject: * expand tabs. diff --git a/load.c b/load.c index 19b4d71..c7f165f 100644 --- a/load.c +++ b/load.c @@ -1015,7 +1015,7 @@ rb_require_internal(VALUE fname, int safe) https://github.com/ruby/ruby/blob/trunk/load.c#L1015 RUBY_DTRACE_HOOK(FIND_REQUIRE_RETURN, RSTRING_PTR(fname)); if (found) { - if (!path || !(path = rb_fstring(path), ftptr = load_lock(RSTRING_PTR(path)))) { + if (!path || !(path = rb_fstring(path), ftptr = load_lock(RSTRING_PTR(path)))) { result = 0; } else if (!*ftptr) { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/