Merge pull request #1916 from haifengkao/FixNoNewLineAtEndOfFile

fix Xcode compiler warning "no new line at the end of file"
pull/1918/head
Gabi Melman 4 years ago committed by GitHub
commit c5abaeddca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

@ -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

Loading…
Cancel
Save