[libc++] remove weird empty line
authorBackl1ght <backlight.zzk@gmail.com>
Sat, 7 Jan 2023 09:19:16 +0000 (17:19 +0800)
committerBackl1ght <backlight.zzk@gmail.com>
Sat, 7 Jan 2023 09:19:16 +0000 (17:19 +0800)
Differential Revision: https://reviews.llvm.org/D141181

libcxx/include/__algorithm/partial_sort.h

index 861a5b2..e0812af 100644 (file)
@@ -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);