fix Xcode compiler warning "no new line at the end of file"

This commit is contained in:
Hai Feng Kao 2021-04-20 12:43:56 +08:00
parent 7d07e0312a
commit ca2cd6f3e7
4 changed files with 8 additions and 4 deletions

View File

@ -43,3 +43,4 @@ public:
#ifdef SPDLOG_HEADER_ONLY #ifdef SPDLOG_HEADER_ONLY
#include "backtracer-inl.h" #include "backtracer-inl.h"
#endif #endif

View File

@ -22,3 +22,4 @@ struct synchronous_factory
} }
}; };
} // namespace spdlog } // namespace spdlog

View File

@ -25,3 +25,4 @@
#include <fmt/core.h> #include <fmt/core.h>
#include <fmt/format.h> #include <fmt/format.h>
#endif #endif

View File

@ -56,3 +56,4 @@ inline std::shared_ptr<logger> basic_logger_st(const std::string &logger_name, c
#ifdef SPDLOG_HEADER_ONLY #ifdef SPDLOG_HEADER_ONLY
#include "basic_file_sink-inl.h" #include "basic_file_sink-inl.h"
#endif #endif