From 7c3492b00d99c81d4a58a8015dbe313eabaea799 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 3 Aug 2018 22:36:53 +0000 Subject: [NFC][libc++] Consistently use spaces to indent rdar://problem/19988944 llvm-svn: 338933 --- libcxx/include/new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/include/new') diff --git a/libcxx/include/new b/libcxx/include/new index e70b9c62157..d33f6918806 100644 --- a/libcxx/include/new +++ b/libcxx/include/new @@ -290,13 +290,13 @@ void __throw_bad_array_length() #ifndef _LIBCPP_NO_EXCEPTIONS throw bad_array_length(); #else - _VSTD::abort(); + _VSTD::abort(); #endif } #endif template -_LIBCPP_NODISCARD_AFTER_CXX17 inline +_LIBCPP_NODISCARD_AFTER_CXX17 inline _LIBCPP_CONSTEXPR _Tp* __launder(_Tp* __p) _NOEXCEPT { static_assert (!(is_function<_Tp>::value), "can't launder functions" ); -- cgit v1.2.3