mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Normalized copyright message
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
#include "spdlog/spdlog.h"
|
||||
|
||||
int main(int, char *[]) {
|
||||
int main(int, char *[])
|
||||
{
|
||||
int i = 123;
|
||||
spdlog::info("HELLO STATIC! {}", i);
|
||||
}
|
Reference in New Issue
Block a user