[libcxx-commits] [PATCH] D141181: [libcxx] remove weird empty line

Zhikai Zeng via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 6 22:10:23 PST 2023


Backl1ght created this revision.
Backl1ght added a reviewer: philnik.
Backl1ght added a project: libc++.
Herald added a project: All.
Backl1ght requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

I think empty line here is weird.


Repository:
  rG LLVM Github Monorepo

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.487047.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230107/72fe24c5/attachment-0001.bin>


More information about the libcxx-commits mailing list