mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Fix styleguide
This commit is contained in:
parent
1f658209f8
commit
3e98db8d60
1 changed files with 1 additions and 2 deletions
|
@ -47,9 +47,8 @@ namespace DetourNavigator
|
||||||
|
|
||||||
const auto byId = values->mById.equal_range(id);
|
const auto byId = values->mById.equal_range(id);
|
||||||
|
|
||||||
if (byId.first == byId.second) {
|
if (byId.first == byId.second)
|
||||||
return {};
|
return {};
|
||||||
}
|
|
||||||
|
|
||||||
std::set<TilePosition> removed;
|
std::set<TilePosition> removed;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue