mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
clang-format
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
//auto l = spdlog::create_lite();
|
||||
//spdlog::lite::info("HELLO info {}", 123);
|
||||
// auto l = spdlog::create_lite();
|
||||
// spdlog::lite::info("HELLO info {}", 123);
|
||||
SPDLITE_TRACE("SOME MACRO {}", 123);
|
||||
SPDLITE_INFO("SOME MACRO {}", "HHHHH");
|
||||
|
||||
}
|
Reference in New Issue
Block a user