mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[libc++] remove weird empty line
Differential Revision: https://reviews.llvm.org/D141181
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user