mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
update clang format again
This commit is contained in:
@@ -251,7 +251,7 @@ inline void error(string_view_t msg) { log(level::err, msg); }
|
||||
inline void critical(string_view_t msg) { log(level::critical, msg); }
|
||||
#endif
|
||||
|
||||
} // namespace spdlog
|
||||
} // namespace spdlog
|
||||
|
||||
//
|
||||
// enable/disable log calls at compile time according to global level.
|
||||
@@ -328,4 +328,4 @@ inline void critical(string_view_t msg) { log(level::critical, msg); }
|
||||
#define SPDLOG_CRITICAL(...) (void)0
|
||||
#endif
|
||||
|
||||
#endif // SPDLOG_H
|
||||
#endif // SPDLOG_H
|
||||
|
Reference in New Issue
Block a user