mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 11:23:48 +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:
@@ -26,8 +26,7 @@ using namespace std;
|
||||
// CitiesBoundariesTable::Boundaries ---------------------------------------------------------------
|
||||
bool CitiesBoundariesTable::Boundaries::HasPoint(m2::PointD const & p) const
|
||||
{
|
||||
return any_of(m_boundaries.begin(), m_boundaries.end(),
|
||||
[&](CityBoundary const & b) { return b.HasPoint(p, m_eps); });
|
||||
return any_of(m_boundaries.begin(), m_boundaries.end(), [&](CityBoundary const & b) { return b.HasPoint(p, m_eps); });
|
||||
}
|
||||
|
||||
std::string DebugPrint(CitiesBoundariesTable::Boundaries const & boundaries)
|
||||
|
||||
Reference in New Issue
Block a user