[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); 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); 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; return result;
} }