[libcxx-commits] [libcxx] 4748163 - [libc++][NFC] Add missing whitespace in <compare>

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 22 13:41:32 PDT 2021


Author: Louis Dionne
Date: 2021-09-22T16:41:18-04:00
New Revision: 474816384fd43f5176339b625981fd986be95489

URL: https://github.com/llvm/llvm-project/commit/474816384fd43f5176339b625981fd986be95489
DIFF: https://github.com/llvm/llvm-project/commit/474816384fd43f5176339b625981fd986be95489.diff

LOG: [libc++][NFC] Add missing whitespace in <compare>

Added: 
    

Modified: 
    libcxx/include/__compare/ordering.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__compare/ordering.h b/libcxx/include/__compare/ordering.h
index dbe170b786a68..460d25c41104d 100644
--- a/libcxx/include/__compare/ordering.h
+++ b/libcxx/include/__compare/ordering.h
@@ -231,6 +231,7 @@ class weak_ordering {
 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
 inline constexpr weak_ordering weak_ordering::equivalent(_EqResult::__equiv);
 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
+
 class strong_ordering {
   using _ValueT = signed char;
 


        


More information about the libcxx-commits mailing list