mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-03 09:12:13 +00:00
Merge pull request #247 from mkaravel/fix/apply_coding_rules
[algorithms][is_valid] apply coding rules (space after operator !)
This commit is contained in:
@@ -67,7 +67,7 @@ struct not_equal_to
|
||||
template <typename OtherPoint>
|
||||
inline bool operator()(OtherPoint const& other) const
|
||||
{
|
||||
return !geometry::equals(other, m_point);
|
||||
return ! geometry::equals(other, m_point);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user