summaryrefslogtreecommitdiffstats
path: root/libcxx/include/new
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-08-03 22:36:53 +0000
committerLouis Dionne <ldionne@apple.com>2018-08-03 22:36:53 +0000
commit7c3492b00d99c81d4a58a8015dbe313eabaea799 (patch)
treec19e56be99434c6fcea2d720144739d5c4f529c2 /libcxx/include/new
parentb7d621b7b666691e6b2143fc401f0c09a5bc06d1 (diff)
downloadbcm5719-llvm-7c3492b00d99c81d4a58a8015dbe313eabaea799.tar.gz
bcm5719-llvm-7c3492b00d99c81d4a58a8015dbe313eabaea799.zip
[NFC][libc++] Consistently use spaces to indent
rdar://problem/19988944 llvm-svn: 338933
Diffstat (limited to 'libcxx/include/new')
-rw-r--r--libcxx/include/new4
1 files changed, 2 insertions, 2 deletions
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 <class _Tp>
-_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" );
OpenPOWER on IntegriCloud