]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
* lib/copy-file-range.c: Fix indentation.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2025 18:42:36 +0000 (11:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2025 20:23:40 +0000 (13:23 -0700)
lib/copy-file-range.c

index 79132dcdaf9ae0aae169929caf68c1e0aa11fd1f..208750bca6e3ee09ac334db07a0d3ae221797862 100644 (file)
@@ -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
          <https://sourceware.org/PR33245>.
          This bug is present in glibc 2.42 (2025) and fixed in 2.43,