update clang format again

This commit is contained in:
gabime
2023-09-25 16:40:05 +03:00
parent 968048ced6
commit 6dffd7c6e8
101 changed files with 667 additions and 686 deletions

View File

@@ -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