aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-19 05:45:00 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-19 05:45:00 +0000
commitd3ff564779356be08274f851bf40f6a9b897fb6d (patch)
treef396c3548d7fb50c4302c25238295dd44d49f7a6 /file.c
parent88798f0787d9d4a331994332837e44f9fcc7bc5c (diff)
downloadruby-d3ff564779356be08274f851bf40f6a9b897fb6d.tar.gz
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index ea3676c16c..c00c43e5d4 100644
--- a/file.c
+++ b/file.c
@@ -2380,9 +2380,9 @@ rb_file_s_birthtime(VALUE klass, VALUE fname)
struct statx stx;
if (rb_statx(fname, &stx, STATX_BTIME) < 0) {
- int e = errno;
- FilePathValue(fname);
- rb_syserr_fail_path(e, fname);
+ int e = errno;
+ FilePathValue(fname);
+ rb_syserr_fail_path(e, fname);
}
if (!(stx.stx_mask & STATX_BTIME)) {
/* birthtime is not supported on the filesystem */