[libcxx-commits] [libcxx] 1920c79 - [libc++] remove weird empty line

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 7 02:22:14 PST 2023


Author: Backl1ght
Date: 2023-01-07T17:19:16+08:00
New Revision: 1920c7947ab40f2c0f9807058d20f0ec878b4fb0

URL: https://github.com/llvm/llvm-project/commit/1920c7947ab40f2c0f9807058d20f0ec878b4fb0
DIFF: https://github.com/llvm/llvm-project/commit/1920c7947ab40f2c0f9807058d20f0ec878b4fb0.diff

LOG: [libc++] remove weird empty line

Differential Revision: https://reviews.llvm.org/D141181

Added: 
    

Modified: 
    libcxx/include/__algorithm/partial_sort.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__algorithm/partial_sort.h b/libcxx/include/__algorithm/partial_sort.h
index 861a5b28dd52f..e0812affe6b51 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);
 


        


More information about the libcxx-commits mailing list