From 3b64f3818a755afac009f14c4e12551f159ca632 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 19 Mar 2026 16:36:38 +0100 Subject: Use tabs --- src/work.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/work.c b/src/work.c index 0fdf6eb..4be1238 100644 --- a/src/work.c +++ b/src/work.c @@ -98,9 +98,9 @@ process_file(const char *locl_filename, unsigned char **locl_buf) } /* We need to assert for st.st_size > 0 as some files (such as various files - under /proc on Linux) are generated ‘on the fly’ and will report a - filesize of 0. Despite being regular files, these files need to be - treated as if they are special. */ + under /proc on Linux) are generated ‘on the fly’ and will report a + filesize of 0. Despite being regular files, these files need to be + treated as if they are special. */ if (S_ISREG(st.st_mode) && st.st_size > 0) { #if __linux__ (void)readahead(fd, 0, st.st_size); -- cgit v1.2.3