mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
chore(Cleanup): added new lines to the end of files where they are not present (#17774)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -45,4 +45,4 @@ macro(GroupSources dir)
|
|||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|||||||
@@ -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__
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -640,4 +640,4 @@ namespace lfg
|
|||||||
|
|
||||||
#define sLFGMgr lfg::LFGMgr::instance()
|
#define sLFGMgr lfg::LFGMgr::instance()
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -305,4 +305,4 @@ struct fmt::formatter<WorldPackets::String<MaxBytesWithoutNullTerminator, Valida
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PacketUtilities_h__
|
#endif // PacketUtilities_h__
|
||||||
|
|||||||
Reference in New Issue
Block a user