Skip to content

Commit 49910a0

Browse files
committed
Fixed formatting
1 parent 9e96a81 commit 49910a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libcxx/modules/std/type_traits.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ export namespace std {
108108

109109
#if _LIBCPP_STD_VER >= 23
110110
using std::reference_constructs_from_temporary;
111-
# if __has_builtin(__reference_converts_from_temporary) || \
112-
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
113-
(__clang_patchlevel__ >= 2))
111+
# if __has_builtin(__reference_converts_from_temporary) || \
112+
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
113+
(__clang_patchlevel__ >= 2))
114114
using std::reference_converts_from_temporary;
115115
# endif
116116
#endif
@@ -292,9 +292,9 @@ export namespace std {
292292
using std::is_volatile_v;
293293
#if _LIBCPP_STD_VER >= 23
294294
using std::reference_constructs_from_temporary_v;
295-
# if __has_builtin(__reference_converts_from_temporary) || \
296-
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
297-
(__clang_patchlevel__ >= 2))
295+
# if __has_builtin(__reference_converts_from_temporary) || \
296+
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
297+
(__clang_patchlevel__ >= 2))
298298
using std::reference_converts_from_temporary_v;
299299
# endif
300300
#endif

0 commit comments

Comments
 (0)