mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +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:
@@ -9,10 +9,7 @@ std::string const kInfoSignSymbolName = "infosign";
|
||||
int constexpr kMinInfoVisibleZoom = 1;
|
||||
} // namespace
|
||||
|
||||
TrackInfoMark::TrackInfoMark(m2::PointD const & ptOrg)
|
||||
: UserMark(ptOrg, UserMark::TRACK_INFO)
|
||||
{
|
||||
}
|
||||
TrackInfoMark::TrackInfoMark(m2::PointD const & ptOrg) : UserMark(ptOrg, UserMark::TRACK_INFO) {}
|
||||
|
||||
void TrackInfoMark::SetOffset(m2::PointF const & offset)
|
||||
{
|
||||
@@ -50,10 +47,7 @@ drape_ptr<df::UserPointMark::SymbolOffsets> TrackInfoMark::GetSymbolOffsets() co
|
||||
return make_unique_dp<SymbolOffsets>(offsets);
|
||||
}
|
||||
|
||||
TrackSelectionMark::TrackSelectionMark(m2::PointD const & ptOrg)
|
||||
: UserMark(ptOrg, UserMark::TRACK_SELECTION)
|
||||
{
|
||||
}
|
||||
TrackSelectionMark::TrackSelectionMark(m2::PointD const & ptOrg) : UserMark(ptOrg, UserMark::TRACK_SELECTION) {}
|
||||
|
||||
void TrackSelectionMark::SetPosition(m2::PointD const & ptOrg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user