aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h')
-rw-r--r--contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h b/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h
index 1bd5c8ca765a..103d52d35787 100644
--- a/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h
+++ b/contrib/llvm-project/libcxx/include/__atomic/kill_dependency.h
@@ -18,10 +18,8 @@
_LIBCPP_BEGIN_NAMESPACE_STD
template <class _Tp>
-_LIBCPP_HIDE_FROM_ABI
-_Tp kill_dependency(_Tp __y) _NOEXCEPT
-{
- return __y;
+_LIBCPP_HIDE_FROM_ABI _Tp kill_dependency(_Tp __y) _NOEXCEPT {
+ return __y;
}
_LIBCPP_END_NAMESPACE_STD