mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed clang format
This commit is contained in:
@@ -33,7 +33,7 @@ BraceWrapping:
|
|||||||
BeforeWhile: true
|
BeforeWhile: true
|
||||||
SplitEmptyRecord: true
|
SplitEmptyRecord: true
|
||||||
SplitEmptyNamespace: true
|
SplitEmptyNamespace: true
|
||||||
BreakBeforeBinaryOperators: All
|
BreakBeforeBinaryOperators: NonAssignment
|
||||||
BreakBeforeConceptDeclarations: false
|
BreakBeforeConceptDeclarations: false
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
IncludeBlocks: Merge
|
IncludeBlocks: Merge
|
||||||
|
|||||||
@@ -114,8 +114,7 @@ namespace omath
|
|||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
constexpr std::partial_ordering operator<=>(const Angle& other) const
|
constexpr std::partial_ordering operator<=>(const Angle& other) const = default;
|
||||||
= default;
|
|
||||||
|
|
||||||
constexpr Angle& operator-=(const Angle& other)
|
constexpr Angle& operator-=(const Angle& other)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user