mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix whitespaces
This commit is contained in:
parent
c65444c43b
commit
03e600a721
13 changed files with 66 additions and 66 deletions
|
@ -91,7 +91,7 @@ bool ActiveObjectMgr::registerObject(std::unique_ptr<ServerActiveObject> obj)
|
|||
return false;
|
||||
}
|
||||
|
||||
auto obj_id = obj->getId();
|
||||
auto obj_id = obj->getId();
|
||||
m_active_objects.put(obj_id, std::move(obj));
|
||||
|
||||
auto new_size = m_active_objects.size();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue