From 1920c7947ab40f2c0f9807058d20f0ec878b4fb0 Mon Sep 17 00:00:00 2001 From: Backl1ght Date: Sat, 7 Jan 2023 17:19:16 +0800 Subject: [PATCH] [libc++] remove weird empty line Differential Revision: https://reviews.llvm.org/D141181 --- libcxx/include/__algorithm/partial_sort.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/include/__algorithm/partial_sort.h b/libcxx/include/__algorithm/partial_sort.h index 861a5b2..e0812af 100644 --- a/libcxx/include/__algorithm/partial_sort.h +++ b/libcxx/include/__algorithm/partial_sort.h @@ -47,7 +47,6 @@ _RandomAccessIterator __partial_sort_impl( _IterOps<_AlgPolicy>::iter_swap(__i, __first); std::__sift_down<_AlgPolicy>(__first, __comp, __len, __first); } - } std::__sort_heap<_AlgPolicy>(std::move(__first), std::move(__middle), __comp); -- 2.7.4