mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 14:19:41 +00:00
[General] Leave one blank line at the end of every tes3mp code file
This commit is contained in:
parent
2158e94a96
commit
158d606477
19 changed files with 16 additions and 20 deletions
|
@ -45,5 +45,3 @@ bool ScriptFunctions::IsTimerElapsed(int timerId) noexcept
|
|||
{
|
||||
return TimerAPI::IsEndTimer(timerId);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -193,4 +193,3 @@ void TranslocationFunctions::SendCell(unsigned short pid) noexcept
|
|||
|
||||
mwmp::Networking::get().getPlayerController()->GetPacket(ID_PLAYER_CELL_CHANGE)->Send(player, false);
|
||||
}
|
||||
|
||||
|
|
|
@ -222,4 +222,3 @@ boost::any ScriptFunction::Call(const vector<boost::any> &args)
|
|||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue