mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-22 06:03:45 +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:
@@ -83,6 +83,7 @@ class GeoParser
|
||||
public:
|
||||
GeoParser();
|
||||
bool Parse(std::string const & url, GeoURLInfo & info) const;
|
||||
|
||||
private:
|
||||
std::regex m_latlonRe;
|
||||
std::regex m_zoomRe;
|
||||
@@ -100,4 +101,4 @@ private:
|
||||
LatLonParser m_llParser;
|
||||
};
|
||||
|
||||
} // namespace geo
|
||||
} // namespace geo
|
||||
|
||||
Reference in New Issue
Block a user