Fixed formatting

This commit is contained in:
Bartek Kryza
2021-05-22 14:11:27 +02:00
parent e1c6da5f2e
commit 1c44f73afd
3 changed files with 5 additions and 6 deletions

View File

@@ -34,8 +34,8 @@ std::string trim(const std::string &s);
#define __FILENAME__ \
(strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
#define LOG_ERROR(fmt__, ...) \
spdlog::error(std::string("[{}:{}] ") + fmt__, __FILENAME__, __LINE__, \
#define LOG_ERROR(fmt__, ...) \
spdlog::error(std::string("[{}:{}] ") + fmt__, __FILENAME__, __LINE__, \
##__VA_ARGS__)
#define LOG_WARN(fmt__, ...) \