1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Fix clang-format

This commit is contained in:
Tulio Leao
2019-12-14 23:07:45 -03:00
parent 03e7e29b21
commit 72d19f779b

View File

@@ -214,9 +214,7 @@ void fix_park_entrance_locations(void)
gParkEntrances.erase(
std::remove_if(
gParkEntrances.begin(), gParkEntrances.end(),
[](const auto& entrance) {
return map_get_park_entrance_element_at(entrance, false) == nullptr;
}),
[](const auto& entrance) { return map_get_park_entrance_element_at(entrance, false) == nullptr; }),
gParkEntrances.end());
}