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
......@@ -42,4 +42,5 @@ public:
#ifdef SPDLOG_HEADER_ONLY
#include "backtracer-inl.h"
#endif
\ No newline at end of file
#endif
......@@ -21,4 +21,5 @@ struct synchronous_factory
return new_logger;
}
};
} // namespace spdlog
\ No newline at end of file
} // namespace spdlog
......@@ -24,4 +24,5 @@
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#endif
\ No newline at end of file
#endif
......@@ -55,4 +55,5 @@ 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
\ No newline at end of file
#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