mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +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:
@@ -18,8 +18,6 @@ using GenerateIDFn = std::function<FeatureID()>;
|
||||
|
||||
/// Tries to match xml feature with one on a new mwm and returns FeatureID
|
||||
/// of a found feature, throws MigrationError if migration fails.
|
||||
FeatureID MigrateFeatureIndex(osm::Editor::ForEachFeaturesNearByFn & forEach,
|
||||
XMLFeature const & xml,
|
||||
FeatureStatus const featureStatus,
|
||||
GenerateIDFn const & generateID);
|
||||
FeatureID MigrateFeatureIndex(osm::Editor::ForEachFeaturesNearByFn & forEach, XMLFeature const & xml,
|
||||
FeatureStatus const featureStatus, GenerateIDFn const & generateID);
|
||||
} // namespace editor
|
||||
|
||||
Reference in New Issue
Block a user