summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-01-30 23:43:40 +0000
committergit <svn-admin@ruby-lang.org>2023-01-30 23:43:40 +0000
commit7439ccf0ed45c9fed178463dc5318526e11961c2 (patch)
treee5c369ee9e678c440df501be633955540b6aa624 /file.c
parent0285aa87f1ab8f54301d3fb2a6c4a677ffb50843 (diff)
downloadruby-7439ccf0ed45c9fed178463dc5318526e11961c2.tar.gz
* expand tabs. [ci skip]
Please consider using misc/expand_tabs.rb as a pre-commit hook.
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 1a88bec89b..4c888e1293 100644
--- a/file.c
+++ b/file.c
@@ -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)