forked from OSchip/llvm-project
[libc++][NFC] Add missing whitespace in <compare>
This commit is contained in:
parent
1cd6b44f26
commit
474816384f
|
@ -231,6 +231,7 @@ private:
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue