Skip to content

Commit

Permalink
chore(Cleanup): added new lines to the end of files where they are no…
Browse files Browse the repository at this point in the history
…t present (azerothcore#17774)
  • Loading branch information
Winfidonarleyan authored Nov 19, 2023
1 parent d55b675 commit 9ecb85a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/cmake/macros/FindGperftools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ mark_as_advanced(
GPERFTOOLS_PROFILER
GPERFTOOLS_TCMALLOC_AND_PROFILER
GPERFTOOLS_LIBRARIES
GPERFTOOLS_INCLUDE_DIR)
GPERFTOOLS_INCLUDE_DIR)
2 changes: 1 addition & 1 deletion src/cmake/macros/GroupSources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ macro(GroupSources dir)
endif()
endforeach()
endif()
endmacro()
endmacro()
2 changes: 1 addition & 1 deletion src/common/Logging/Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ typedef std::unordered_map<std::string, Logger> LoggerMap;
#define LOG_GM(accountId__, ...) \
sLog->outCommand(accountId__, __VA_ARGS__)

#endif // _LOG_H__
#endif // _LOG_H__
2 changes: 1 addition & 1 deletion src/common/Utilities/StringFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ namespace Acore::String
template <typename T, FMT_ENABLE_IF(std::is_enum_v<T>)>
auto format_as(T f) { return fmt::underlying(f); }

#endif
#endif
2 changes: 1 addition & 1 deletion src/server/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
endforeach()
2 changes: 1 addition & 1 deletion src/server/game/DungeonFinding/LFGMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,4 @@ namespace lfg

#define sLFGMgr lfg::LFGMgr::instance()

#endif
#endif
2 changes: 1 addition & 1 deletion src/server/game/Server/Packets/PacketUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ struct fmt::formatter<WorldPackets::String<MaxBytesWithoutNullTerminator, Valida
}
};

#endif // PacketUtilities_h__
#endif // PacketUtilities_h__

0 comments on commit 9ecb85a

Please sign in to comment.