diff --git a/src/cmake/macros/FindGperftools.cmake b/src/cmake/macros/FindGperftools.cmake index f35104d2f98cf9..cd990662cf1b19 100644 --- a/src/cmake/macros/FindGperftools.cmake +++ b/src/cmake/macros/FindGperftools.cmake @@ -48,4 +48,4 @@ mark_as_advanced( GPERFTOOLS_PROFILER GPERFTOOLS_TCMALLOC_AND_PROFILER GPERFTOOLS_LIBRARIES - GPERFTOOLS_INCLUDE_DIR) \ No newline at end of file + GPERFTOOLS_INCLUDE_DIR) diff --git a/src/cmake/macros/GroupSources.cmake b/src/cmake/macros/GroupSources.cmake index ee74bdf39e6924..29134784d247c0 100644 --- a/src/cmake/macros/GroupSources.cmake +++ b/src/cmake/macros/GroupSources.cmake @@ -45,4 +45,4 @@ macro(GroupSources dir) endif() endforeach() endif() -endmacro() \ No newline at end of file +endmacro() diff --git a/src/common/Logging/Log.h b/src/common/Logging/Log.h index 545a74e106dcc7..f80869399cd92a 100644 --- a/src/common/Logging/Log.h +++ b/src/common/Logging/Log.h @@ -176,4 +176,4 @@ typedef std::unordered_map LoggerMap; #define LOG_GM(accountId__, ...) \ sLog->outCommand(accountId__, __VA_ARGS__) -#endif // _LOG_H__ \ No newline at end of file +#endif // _LOG_H__ diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index 78d07af8814658..1f7ec1090237f3 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -85,4 +85,4 @@ namespace Acore::String template )> auto format_as(T f) { return fmt::underlying(f); } -#endif \ No newline at end of file +#endif diff --git a/src/server/apps/CMakeLists.txt b/src/server/apps/CMakeLists.txt index d30ff6dd1b178d..a8e32a733d49b6 100644 --- a/src/server/apps/CMakeLists.txt +++ b/src/server/apps/CMakeLists.txt @@ -190,4 +190,4 @@ foreach(APPLICATION_NAME ${APPLICATIONS_BUILD_LIST}) if (USE_COREPCH AND EXISTS ${PATH_TO_PCH}) add_cxx_pch(${APP_PROJECT_NAME} ${PATH_TO_PCH}) endif() -endforeach() \ No newline at end of file +endforeach() diff --git a/src/server/game/DungeonFinding/LFGMgr.h b/src/server/game/DungeonFinding/LFGMgr.h index 74cd6846d3c476..0eb27e71c03a08 100644 --- a/src/server/game/DungeonFinding/LFGMgr.h +++ b/src/server/game/DungeonFinding/LFGMgr.h @@ -640,4 +640,4 @@ namespace lfg #define sLFGMgr lfg::LFGMgr::instance() -#endif \ No newline at end of file +#endif diff --git a/src/server/game/Server/Packets/PacketUtilities.h b/src/server/game/Server/Packets/PacketUtilities.h index a43d37fe33a16a..62deeca6508d1c 100644 --- a/src/server/game/Server/Packets/PacketUtilities.h +++ b/src/server/game/Server/Packets/PacketUtilities.h @@ -305,4 +305,4 @@ struct fmt::formatter