aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-08 17:59:38 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-08 17:59:38 +0900
commit29bdfeb0c6d3490fbd7e5a7cc89598ca7340176e (patch)
treee485a3859a874089c36e77180ad00875fc7bf88d /load.c
parentb004d3e8300ba803d4a499148fa4fc6a690149e6 (diff)
downloadruby-29bdfeb0c6d3490fbd7e5a7cc89598ca7340176e.tar.gz
* expand tabs.
Diffstat (limited to 'load.c')
-rw-r--r--load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/load.c b/load.c
index 8f40430753..d16bba1d23 100644
--- a/load.c
+++ b/load.c
@@ -1006,7 +1006,7 @@ rb_require_internal(VALUE fname, int safe)
else {
switch (found) {
case 'r':
- rb_load_internal(path, 0);
+ rb_load_internal(path, 0);
break;
case 's':