mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 08:39:41 +00:00
put an opening bracket on a new line
This commit is contained in:
parent
9893e4b384
commit
db928dcb2f
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ namespace MWWorld
|
|||
{
|
||||
|
||||
}
|
||||
void Class::insertObject(const Ptr& ptr, MWWorld::PhysicsSystem& physics, MWWorld::Environment& environment) const{
|
||||
|
||||
void Class::insertObject(const Ptr& ptr, MWWorld::PhysicsSystem& physics, MWWorld::Environment& environment) const
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue