summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 17:29:08 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-21 17:29:08 +0900
commitc997f7daaa833ec02a852913925b361cd94fd2e8 (patch)
treea6efe9330baa57ad07323e5d4b6e241b307e39f0 /variable.c
parent5b7cc63d114fbca641ce2d93c7b3f2117e38af60 (diff)
* expand tabs.
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 297b5bb7d8..7c0857921d 100644
--- a/variable.c
+++ b/variable.c
@@ -2342,7 +2342,7 @@ rb_autoload_at_p(VALUE mod, ID id, int recur)
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;
}