diff --git a/apps/openmw-mp/MasterClient.cpp b/apps/openmw-mp/MasterClient.cpp index b8f4121f3..2427e6008 100644 --- a/apps/openmw-mp/MasterClient.cpp +++ b/apps/openmw-mp/MasterClient.cpp @@ -189,4 +189,4 @@ void MasterClient::SetUpdateRate(unsigned int rate) else if (timeout > max_rate) timeout = max_rate; timeout = rate; -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/API/PublicFnAPI.cpp b/apps/openmw-mp/Script/API/PublicFnAPI.cpp index eb09d10d4..471d49e2f 100644 --- a/apps/openmw-mp/Script/API/PublicFnAPI.cpp +++ b/apps/openmw-mp/Script/API/PublicFnAPI.cpp @@ -90,4 +90,4 @@ void Public::DeleteAll() delete _public; publics.erase(it); } -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/API/TimerAPI.cpp b/apps/openmw-mp/Script/API/TimerAPI.cpp index 90e4c06aa..60b20b09e 100644 --- a/apps/openmw-mp/Script/API/TimerAPI.cpp +++ b/apps/openmw-mp/Script/API/TimerAPI.cpp @@ -235,4 +235,4 @@ void TimerAPI::Tick() if (timer.second != nullptr) timer.second->Tick(); } -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/Functions/Timer.cpp b/apps/openmw-mp/Script/Functions/Timer.cpp index 7a3b5eaea..11c3a695e 100644 --- a/apps/openmw-mp/Script/Functions/Timer.cpp +++ b/apps/openmw-mp/Script/Functions/Timer.cpp @@ -45,5 +45,3 @@ bool ScriptFunctions::IsTimerElapsed(int timerId) noexcept { return TimerAPI::IsEndTimer(timerId); } - - diff --git a/apps/openmw-mp/Script/Functions/Translocations.cpp b/apps/openmw-mp/Script/Functions/Translocations.cpp index e80ea47c7..f6378de79 100644 --- a/apps/openmw-mp/Script/Functions/Translocations.cpp +++ b/apps/openmw-mp/Script/Functions/Translocations.cpp @@ -193,4 +193,3 @@ void TranslocationFunctions::SendCell(unsigned short pid) noexcept mwmp::Networking::get().getPlayerController()->GetPacket(ID_PLAYER_CELL_CHANGE)->Send(player, false); } - diff --git a/apps/openmw-mp/Script/LangLua/LuaFunc.cpp b/apps/openmw-mp/Script/LangLua/LuaFunc.cpp index 19db059e0..64fca01d7 100644 --- a/apps/openmw-mp/Script/LangLua/LuaFunc.cpp +++ b/apps/openmw-mp/Script/LangLua/LuaFunc.cpp @@ -179,4 +179,4 @@ int LangLua::CreateTimerEx(lua_State *lua) int id = mwmp::TimerAPI::CreateTimerLua(lua, callback, msec, types, args); luabridge::push(lua, id); return 1; -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/LangNative/LangNative.cpp b/apps/openmw-mp/Script/LangNative/LangNative.cpp index d08003b5e..616557eb0 100644 --- a/apps/openmw-mp/Script/LangNative/LangNative.cpp +++ b/apps/openmw-mp/Script/LangNative/LangNative.cpp @@ -99,4 +99,4 @@ LangNative::LangNative() LangNative::~LangNative() { -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/Script.cpp b/apps/openmw-mp/Script/Script.cpp index 41e69be46..e17588022 100644 --- a/apps/openmw-mp/Script/Script.cpp +++ b/apps/openmw-mp/Script/Script.cpp @@ -106,4 +106,4 @@ void Script::LoadScript(const char *script, const char *base) char path[4096]; snprintf(path, sizeof(path), Utils::convertPath("%s/%s/%s").c_str(), base, "scripts", script); Script::scripts.emplace_back(new Script(path)); -} \ No newline at end of file +} diff --git a/apps/openmw-mp/Script/ScriptFunction.cpp b/apps/openmw-mp/Script/ScriptFunction.cpp index 0d15e45a7..f0a8e44d1 100644 --- a/apps/openmw-mp/Script/ScriptFunction.cpp +++ b/apps/openmw-mp/Script/ScriptFunction.cpp @@ -222,4 +222,3 @@ boost::any ScriptFunction::Call(const vector &args) return result; } - diff --git a/apps/openmw-mp/Utils.cpp b/apps/openmw-mp/Utils.cpp index 5f13f988a..cb79fd9d6 100644 --- a/apps/openmw-mp/Utils.cpp +++ b/apps/openmw-mp/Utils.cpp @@ -245,4 +245,4 @@ unsigned int Utils::crc32buf(char* buf, size_t len) } return ~oldcrc32; -} \ No newline at end of file +} diff --git a/apps/openmw-mp/main.cpp b/apps/openmw-mp/main.cpp index 118d0e476..56ec690ff 100644 --- a/apps/openmw-mp/main.cpp +++ b/apps/openmw-mp/main.cpp @@ -262,4 +262,4 @@ int main(int argc, char *argv[]) breakpad_close(); return code; -} \ No newline at end of file +} diff --git a/apps/openmw/mwmp/GUIChat.cpp b/apps/openmw/mwmp/GUIChat.cpp index 8e4834272..449f77144 100644 --- a/apps/openmw/mwmp/GUIChat.cpp +++ b/apps/openmw/mwmp/GUIChat.cpp @@ -233,4 +233,4 @@ namespace mwmp { this->delay = delay; } -} \ No newline at end of file +} diff --git a/apps/openmw/mwmp/GUIController.cpp b/apps/openmw/mwmp/GUIController.cpp index 3331b42fa..fb96e2048 100644 --- a/apps/openmw/mwmp/GUIController.cpp +++ b/apps/openmw/mwmp/GUIController.cpp @@ -384,4 +384,4 @@ void mwmp::GUIController::blockConsole() if (MWBase::Environment::get().getWindowManager()->isGuiMode()) if (MWBase::Environment::get().getWindowManager()->getMode() == MWGui::GM_Console) MWBase::Environment::get().getWindowManager()->popGuiMode(); -} \ No newline at end of file +} diff --git a/apps/openmw/mwmp/GUILogin.cpp b/apps/openmw/mwmp/GUILogin.cpp index 9414a7e17..e1ce2b05c 100644 --- a/apps/openmw/mwmp/GUILogin.cpp +++ b/apps/openmw/mwmp/GUILogin.cpp @@ -19,4 +19,4 @@ GUILogin::GUILogin() : WindowModal("tes3mp_login.layout") getWidget(mPort, "EditPort"); getWidget(mConnect, "ButtonConnect"); -} \ No newline at end of file +} diff --git a/components/openmw-mp/Log.cpp b/components/openmw-mp/Log.cpp index 88265531b..def1eaad1 100644 --- a/components/openmw-mp/Log.cpp +++ b/components/openmw-mp/Log.cpp @@ -114,4 +114,4 @@ string Log::getFilenameTimestamp() strftime(buffer, 25, "%Y-%m-%d-%I_%M_%S", timeinfo); std::string timestamp(buffer); return timestamp; -} \ No newline at end of file +} diff --git a/components/openmw-mp/Packets/Player/PacketActiveSkills.cpp b/components/openmw-mp/Packets/Player/PacketActiveSkills.cpp index 015bf669e..e7555ceb7 100644 --- a/components/openmw-mp/Packets/Player/PacketActiveSkills.cpp +++ b/components/openmw-mp/Packets/Player/PacketActiveSkills.cpp @@ -55,4 +55,4 @@ void PacketActiveSkills::Packet(RakNet::BitStream *bs, mwmp::BasePlayer *player, } player->activeSpells.mSpells.insert(spell); } -} \ No newline at end of file +} diff --git a/components/openmw-mp/Packets/Player/PacketDynamicStats.cpp b/components/openmw-mp/Packets/Player/PacketDynamicStats.cpp index 5f8fcc51e..24e7da2d4 100644 --- a/components/openmw-mp/Packets/Player/PacketDynamicStats.cpp +++ b/components/openmw-mp/Packets/Player/PacketDynamicStats.cpp @@ -18,4 +18,4 @@ void PacketDynamicStats::Packet(RakNet::BitStream *bs, BasePlayer *player, bool RW(player->creatureStats.mDynamic[0], send); // health RW(player->creatureStats.mDynamic[1], send); // magic RW(player->creatureStats.mDynamic[2], send); // fatigue -} \ No newline at end of file +} diff --git a/components/openmw-mp/Packets/Player/PacketPosition.cpp b/components/openmw-mp/Packets/Player/PacketPosition.cpp index afaa6f14b..ddce99007 100644 --- a/components/openmw-mp/Packets/Player/PacketPosition.cpp +++ b/components/openmw-mp/Packets/Player/PacketPosition.cpp @@ -21,4 +21,4 @@ void PacketPosition::Packet(RakNet::BitStream *bs, BasePlayer *player, bool send RW(player->position, send); RW(player->direction, send); -} \ No newline at end of file +} diff --git a/components/openmw-mp/Packets/Player/PacketTime.cpp b/components/openmw-mp/Packets/Player/PacketTime.cpp index 3ded3e7ee..30abc871d 100644 --- a/components/openmw-mp/Packets/Player/PacketTime.cpp +++ b/components/openmw-mp/Packets/Player/PacketTime.cpp @@ -19,4 +19,4 @@ void PacketTime::Packet(RakNet::BitStream *bs, BasePlayer *player, bool send) RW(player->month, send); RW(player->day, send); RW(player->hour, send); -} \ No newline at end of file +}