mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -39,10 +39,7 @@ struct FeatureID
|
||||
return m_index < r.m_index;
|
||||
}
|
||||
|
||||
bool operator==(FeatureID const & r) const
|
||||
{
|
||||
return m_mwmId == r.m_mwmId && m_index == r.m_index;
|
||||
}
|
||||
bool operator==(FeatureID const & r) const { return m_mwmId == r.m_mwmId && m_index == r.m_index; }
|
||||
|
||||
bool operator!=(FeatureID const & r) const { return !(*this == r); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user