review fixes

Signed-off-by: map-per <map-per@gmx.de>
This commit is contained in:
map-per
2025-12-15 21:11:22 +01:00
parent 02ac1d8977
commit 8007c0df53
2 changed files with 6 additions and 6 deletions

View File

@@ -650,7 +650,7 @@ void XMLFeature::SetOSMTagsForType(uint32_t type)
std::vector<OSMTag> const & osmTags = GetOSMTranslator().OsmTagsFromType(type);
for(auto const & osmTag : osmTags)
for (auto const & osmTag : osmTags)
SetTagValue(osmTag.key, osmTag.value);
}