ruby-changes:56177
From: git <ko1@a...>
Date: Fri, 21 Jun 2019 17:29:21 +0900 (JST)
Subject: [ruby-changes:56177] git: c997f7daaa (trunk): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=c997f7daaa From c997f7daaa833ec02a852913925b361cd94fd2e8 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Fri, 21 Jun 2019 17:29:08 +0900 Subject: * expand tabs. diff --git a/variable.c b/variable.c index 297b5bb..7c08579 100644 --- a/variable.c +++ b/variable.c @@ -2342,7 +2342,7 @@ rb_autoload_at_p(VALUE mod, ID id, int recur) https://github.com/ruby/ruby/blob/trunk/variable.c#L2342 struct autoload_data_i *ele; while (!autoload_defined_p(mod, id)) { - if (!recur) return Qnil; + if (!recur) return Qnil; mod = RCLASS_SUPER(mod); if (!mod) return Qnil; } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/