ruby-changes:54884
From: svn <ko1@a...>
Date: Tue, 19 Feb 2019 14:45:03 +0900 (JST)
Subject: [ruby-changes:54884] svn:r67089 (trunk): * expand tabs.
svn 2019-02-19 14:45:00 +0900 (Tue, 19 Feb 2019) New Revision: 67089 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67089 Log: * expand tabs. Modified files: trunk/file.c Index: file.c =================================================================== --- file.c (revision 67088) +++ file.c (revision 67089) @@ -2380,9 +2380,9 @@ rb_file_s_birthtime(VALUE klass, VALUE f https://github.com/ruby/ruby/blob/trunk/file.c#L2380 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 */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/