Skip to content

Commit d0e0416

Browse files
committed
Fixed formatting
1 parent 8cec474 commit d0e0416

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/include/__config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,7 @@ typedef __char32_t char32_t;
12241224
# endif
12251225

12261226
// TODO(LLVM 22): Remove this macro once LLVM19 support ends.
1227-
# if __has_builtin(__reference_converts_from_temporary) || \
1228-
(defined(_LIBCPP_CLANG_VER) && (_LIBCPP_CLANG_VER == 1901))
1227+
# if __has_builtin(__reference_converts_from_temporary) || (defined(_LIBCPP_CLANG_VER) && (_LIBCPP_CLANG_VER == 1901))
12291228
# define _LIBCPP_HAS_REFERENCE_CONVERTS_FROM_TEMPORARY 1
12301229
# else
12311230
# define _LIBCPP_HAS_REFERENCE_CONVERTS_FROM_TEMPORARY 0

0 commit comments

Comments
 (0)