From: Paul Eggert Date: Mon, 4 Aug 2025 18:42:36 +0000 (-0700) Subject: * lib/copy-file-range.c: Fix indentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9967a9c63e910457c6890aeea1c5426c46cd58af;p=thirdparty%2Fgnulib.git * lib/copy-file-range.c: Fix indentation. --- diff --git a/lib/copy-file-range.c b/lib/copy-file-range.c index 79132dcdaf..208750bca6 100644 --- a/lib/copy-file-range.c +++ b/lib/copy-file-range.c @@ -76,7 +76,7 @@ copy_file_range (int infd, off_t *pinoff, if (ok) { -# if defined __GLIBC__ && ! (2 < __GLIBC__ + (43 <= __GLIBC_MINOR__)) +# if defined __GLIBC__ && ! (2 < __GLIBC__ + (43 <= __GLIBC_MINOR__)) /* Work around glibc bug 33245 . This bug is present in glibc 2.42 (2025) and fixed in 2.43,