From: Karel Zak Date: Thu, 16 Apr 2026 13:02:12 +0000 (+0200) Subject: include/fileutils: fix preprocessor indentation X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd1a629bf2d30593eb0afb8084c528a34baf6add;p=thirdparty%2Futil-linux.git include/fileutils: fix preprocessor indentation Signed-off-by: Karel Zak --- diff --git a/include/fileutils.h b/include/fileutils.h index 88e8b2114..d9f0ff7a8 100644 --- a/include/fileutils.h +++ b/include/fileutils.h @@ -110,7 +110,7 @@ static inline ssize_t copy_file_range(int fd_in, off_t *off_in, return syscall(SYS_copy_file_range, fd_in, off_in, fd_out, off_out, size, flags); } -# define HAVE_COPY_FILE_RANGE 1 +# define HAVE_COPY_FILE_RANGE 1 # endif /* SYS_copy_file_range */ #endif /* HAVE_SYS_SYSCALL_H */