* expand tabs. [ci skip]

Please consider using misc/expand_tabs.rb as a pre-commit hook.
This commit is contained in:
git 2023-01-30 23:43:40 +00:00
parent 0285aa87f1
commit 7439ccf0ed

2
file.c
View File

@ -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)