diff options
| author | git <svn-admin@ruby-lang.org> | 2023-01-30 23:43:40 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-01-30 23:43:40 +0000 |
| commit | 7439ccf0ed45c9fed178463dc5318526e11961c2 (patch) | |
| tree | e5c369ee9e678c440df501be633955540b6aa624 | |
| parent | 0285aa87f1ab8f54301d3fb2a6c4a677ffb50843 (diff) | |
* expand tabs. [ci skip]
Please consider using misc/expand_tabs.rb as a pre-commit hook.
| -rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1290,7 +1290,7 @@ typedef struct statx statx_data; #else # define statx_has_birthtime(st) 0 #endif /* !defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) && \ - defined(HAVE_STRUCT_STATX_STX_BTIME) */ + defined(HAVE_STRUCT_STATX_STX_BTIME) */ static int rb_stat(VALUE file, struct stat *st) |
