diff options
author | Backl1ght <backlight.zzk@gmail.com> | 2023-01-07 17:19:16 +0800 |
---|---|---|
committer | Backl1ght <backlight.zzk@gmail.com> | 2023-01-07 17:19:16 +0800 |
commit | 1920c7947ab40f2c0f9807058d20f0ec878b4fb0 (patch) | |
tree | 93c942aa9df54489d262589006e2f53631c459ad | |
parent | b1800240be4dfcd40f749a3e32cd45e52896e22d (diff) | |
download | llvm-1920c7947ab40f2c0f9807058d20f0ec878b4fb0.zip llvm-1920c7947ab40f2c0f9807058d20f0ec878b4fb0.tar.gz llvm-1920c7947ab40f2c0f9807058d20f0ec878b4fb0.tar.bz2 |
[libc++] remove weird empty line
Differential Revision: https://reviews.llvm.org/D141181
-rw-r--r-- | libcxx/include/__algorithm/partial_sort.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |