aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-14 17:16:35 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-07-14 17:16:35 +0900
commit9987296b8b5b7c02fca92761e498764dfeb584cf (patch)
tree94e9d0fb6277d39eaa4fc3110958f6318bac1f94 /file.c
parent934e6b2aeb495686f7fe0d8b1c69d863e6fca072 (diff)
downloadruby-9987296b8b5b7c02fca92761e498764dfeb584cf.tar.gz
* expand tabs.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 15970cb0d3..f8df0f6e43 100644
--- a/file.c
+++ b/file.c
@@ -3228,7 +3228,7 @@ rb_file_s_umask(int argc, VALUE *argv)
omask = umask(NUM2MODET(argv[0]));
break;
default:
- rb_error_arity(argc, 0, 1);
+ rb_error_arity(argc, 0, 1);
}
return MODET2NUM(omask);
}