[General] Leave one blank line at the end of every tes3mp code file

coverity_scan^2
David Cernat 8 years ago
parent 2158e94a96
commit 158d606477

@ -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…
Cancel
Save