Skip to content

Commit cba8f24

Browse files
committed
Fixed formatting
1 parent b92ffcb commit cba8f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__type_traits/reference_constructs_from_temporary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
_LIBCPP_BEGIN_NAMESPACE_STD
2020

21-
#if __has_builtin(__reference_constructs_from_temporary) || \
21+
#if __has_builtin(__reference_constructs_from_temporary) || \
2222
(defined(_LIBCPP_COMPILER_CLANG_BASED) && (__clang_major__ >= 19) && (__clang_minor__ >= 1) && \
2323
(__clang_patchlevel__ >= 2))
2424

0 commit comments

Comments
 (0)