mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +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:
@@ -7,8 +7,8 @@
|
||||
#include "editor/new_feature_categories.hpp"
|
||||
#include "editor/xml_feature.hpp"
|
||||
|
||||
#include "indexer/editable_map_object.hpp"
|
||||
#include "indexer/edit_journal.hpp"
|
||||
#include "indexer/editable_map_object.hpp"
|
||||
#include "indexer/feature.hpp"
|
||||
#include "indexer/feature_source.hpp"
|
||||
#include "indexer/mwm_set.hpp"
|
||||
@@ -232,8 +232,8 @@ private:
|
||||
void ForEachFeatureAtPoint(FeatureTypeFn && fn, m2::PointD const & point) const;
|
||||
FeatureID GetFeatureIdByXmlFeature(FeaturesContainer const & features, editor::XMLFeature const & xml,
|
||||
MwmId const & mwmId, FeatureStatus status, bool needMigrate) const;
|
||||
void LoadMwmEdits(FeaturesContainer & loadedFeatures, pugi::xml_node const & mwm,
|
||||
MwmId const & mwmId, bool needMigrate);
|
||||
void LoadMwmEdits(FeaturesContainer & loadedFeatures, pugi::xml_node const & mwm, MwmId const & mwmId,
|
||||
bool needMigrate);
|
||||
|
||||
static bool HaveMapEditsToUpload(FeaturesContainer const & features);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user