mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 03:19:02 +08:00
fix Xcode compiler warning "no new line at the end of file"
This commit is contained in:
@@ -42,4 +42,5 @@ public:
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
#include "backtracer-inl.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@@ -21,4 +21,5 @@ struct synchronous_factory
|
||||
return new_logger;
|
||||
}
|
||||
};
|
||||
} // namespace spdlog
|
||||
} // namespace spdlog
|
||||
|
||||
|
Reference in New Issue
Block a user