aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/src/functional.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/src/functional.cpp')
-rw-r--r--lib/libcxx/src/functional.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libcxx/src/functional.cpp b/lib/libcxx/src/functional.cpp
index ca1079cdd8..570bb78e15 100644
--- a/lib/libcxx/src/functional.cpp
+++ b/lib/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