Skip to content

Commit 628bcb0

Browse files
committed
Apply clang-format
1 parent 77205e5 commit 628bcb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/src/filesystem/operations.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
#include <time.h>
4141

4242
// since Linux 4.5 and FreeBSD 13, but the Linux libc wrapper is only provided by glibc >= 2.27 and musl
43-
#if (defined(__linux__) && ((defined(_LIBCPP_GLIBC_PREREQ) && _LIBCPP_GLIBC_PREREQ(2, 27)) || _LIBCPP_HAS_MUSL_LIBC)) || defined(__FreeBSD__)
43+
#if (defined(__linux__) && \
44+
((defined(_LIBCPP_GLIBC_PREREQ) && _LIBCPP_GLIBC_PREREQ(2, 27)) || _LIBCPP_HAS_MUSL_LIBC)) || \
45+
defined(__FreeBSD__)
4446
# define _LIBCPP_FILESYSTEM_USE_COPY_FILE_RANGE
4547
#endif
4648
#if __has_include(<sys/sendfile.h>)

0 commit comments

Comments
 (0)