Format all C++ and Java code via clang-format

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-17 14:32:37 +07:00
parent 9f0290c0ec
commit bfffa1fff4
2169 changed files with 56441 additions and 64188 deletions

View File

@@ -11,15 +11,14 @@ namespace style
{
// Fixes icons which are not supported by CoMaps.
std::string GetSupportedStyle(std::string const & style);
} // style
} // namespace style
class ApiMarkPoint : public UserMark
{
public:
ApiMarkPoint(m2::PointD const & ptOrg);
ApiMarkPoint(std::string const & name, std::string const & id, std::string const & style,
m2::PointD const & ptOrg);
ApiMarkPoint(std::string const & name, std::string const & id, std::string const & style, m2::PointD const & ptOrg);
drape_ptr<SymbolNameZoomInfo> GetSymbolNames() const override;
df::ColorConstant GetColorConstant() const override;