Normalized copyright message

This commit is contained in:
gabime
2019-05-11 20:06:17 +03:00
parent 005450ff13
commit 46ef71e3ec
52 changed files with 106 additions and 132 deletions

View File

@@ -7,10 +7,10 @@
//
//
#include "spdlog/spdlog.h"
int main(int, char *[]) {
int main(int, char *[])
{
int i = 123;
spdlog::info("HELLO STATIC! {}", i);
}