Commit ca2cd6f3 authored by Hai Feng Kao's avatar Hai Feng Kao

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

parent 7d07e031
......@@ -43,3 +43,4 @@ public:
#ifdef SPDLOG_HEADER_ONLY
#include "backtracer-inl.h"
#endif
......@@ -22,3 +22,4 @@ struct synchronous_factory
}
};
} // namespace spdlog
......@@ -25,3 +25,4 @@
#include <fmt/core.h>
#include <fmt/format.h>
#endif
......@@ -56,3 +56,4 @@ inline std::shared_ptr<logger> basic_logger_st(const std::string &logger_name, c
#ifdef SPDLOG_HEADER_ONLY
#include "basic_file_sink-inl.h"
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment