chore(Cleanup): added new lines to the end of files where they are not present (#17774)

This commit is contained in:
Winfidonarleyan
2023-11-19 11:57:37 +07:00
committed by GitHub
parent d55b6753c9
commit 9ecb85acb5
7 changed files with 7 additions and 7 deletions

View File

@@ -48,4 +48,4 @@ mark_as_advanced(
GPERFTOOLS_PROFILER GPERFTOOLS_PROFILER
GPERFTOOLS_TCMALLOC_AND_PROFILER GPERFTOOLS_TCMALLOC_AND_PROFILER
GPERFTOOLS_LIBRARIES GPERFTOOLS_LIBRARIES
GPERFTOOLS_INCLUDE_DIR) GPERFTOOLS_INCLUDE_DIR)

View File

@@ -45,4 +45,4 @@ macro(GroupSources dir)
endif() endif()
endforeach() endforeach()
endif() endif()
endmacro() endmacro()

View File

@@ -176,4 +176,4 @@ private:
#define LOG_GM(accountId__, ...) \ #define LOG_GM(accountId__, ...) \
sLog->outCommand(accountId__, __VA_ARGS__) sLog->outCommand(accountId__, __VA_ARGS__)
#endif // _LOG_H__ #endif // _LOG_H__

View File

@@ -85,4 +85,4 @@ namespace Acore::String
template <typename T, FMT_ENABLE_IF(std::is_enum_v<T>)> template <typename T, FMT_ENABLE_IF(std::is_enum_v<T>)>
auto format_as(T f) { return fmt::underlying(f); } auto format_as(T f) { return fmt::underlying(f); }
#endif #endif

View File

@@ -190,4 +190,4 @@ foreach(APPLICATION_NAME ${APPLICATIONS_BUILD_LIST})
if (USE_COREPCH AND EXISTS ${PATH_TO_PCH}) if (USE_COREPCH AND EXISTS ${PATH_TO_PCH})
add_cxx_pch(${APP_PROJECT_NAME} ${PATH_TO_PCH}) add_cxx_pch(${APP_PROJECT_NAME} ${PATH_TO_PCH})
endif() endif()
endforeach() endforeach()

View File

@@ -640,4 +640,4 @@ namespace lfg
#define sLFGMgr lfg::LFGMgr::instance() #define sLFGMgr lfg::LFGMgr::instance()
#endif #endif

View File

@@ -305,4 +305,4 @@ struct fmt::formatter<WorldPackets::String<MaxBytesWithoutNullTerminator, Valida
} }
}; };
#endif // PacketUtilities_h__ #endif // PacketUtilities_h__