1
0
Fork 1
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:
David Cernat 2017-01-26 06:17:29 +02:00
parent 2158e94a96
commit 158d606477
19 changed files with 16 additions and 20 deletions

View file

@ -45,5 +45,3 @@ bool ScriptFunctions::IsTimerElapsed(int timerId) noexcept
{
return TimerAPI::IsEndTimer(timerId);
}

View file

@ -193,4 +193,3 @@ void TranslocationFunctions::SendCell(unsigned short pid) noexcept
mwmp::Networking::get().getPlayerController()->GetPacket(ID_PLAYER_CELL_CHANGE)->Send(player, false);
}

View file

@ -222,4 +222,3 @@ boost::any ScriptFunction::Call(const vector<boost::any> &args)
return result;
}