mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 06:14:20 +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:
@@ -58,8 +58,7 @@ public:
|
||||
double GetRadius() const { return m_radius; }
|
||||
|
||||
private:
|
||||
void Get(strings::UniString const & postcode, bool recursive,
|
||||
std::vector<m2::PointD> & points) const;
|
||||
void Get(strings::UniString const & postcode, bool recursive, std::vector<m2::PointD> & points) const;
|
||||
|
||||
Header m_header;
|
||||
std::unique_ptr<CentersTable> m_points;
|
||||
|
||||
Reference in New Issue
Block a user