[libcxx-commits] [PATCH] D141181: [libcxx] remove weird empty line
Zhikai Zeng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 7 02:22:18 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1920c7947ab4: [libc++] remove weird empty line (authored by Backl1ght).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141181/new/
https://reviews.llvm.org/D141181
Files:
libcxx/include/__algorithm/partial_sort.h
Index: libcxx/include/__algorithm/partial_sort.h
===================================================================
--- libcxx/include/__algorithm/partial_sort.h
+++ libcxx/include/__algorithm/partial_sort.h
@@ -47,7 +47,6 @@
_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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141181.487071.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230107/ab7a9434/attachment.bin>
More information about the libcxx-commits
mailing list