aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/src/functional.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/src/functional.cpp')
-rw-r--r--contrib/llvm-project/libcxx/src/functional.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/contrib/llvm-project/libcxx/src/functional.cpp b/contrib/llvm-project/libcxx/src/functional.cpp
index ca1079cdd88d..570bb78e150b 100644
--- a/contrib/llvm-project/libcxx/src/functional.cpp
+++ b/contrib/llvm-project/libcxx/src/functional.cpp
@@ -11,17 +11,11 @@
_LIBCPP_BEGIN_NAMESPACE_STD
#ifdef _LIBCPP_ABI_BAD_FUNCTION_CALL_KEY_FUNCTION
-bad_function_call::~bad_function_call() noexcept
-{
-}
+bad_function_call::~bad_function_call() noexcept {}
#endif
#ifdef _LIBCPP_ABI_BAD_FUNCTION_CALL_GOOD_WHAT_MESSAGE
-const char*
-bad_function_call::what() const noexcept
-{
- return "std::bad_function_call";
-}
+const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; }
#endif
_LIBCPP_END_NAMESPACE_STD