clang format

This commit is contained in:
gabime
2024-11-29 13:40:40 +02:00
parent eacd4d6b2a
commit 62534f2e4e
13 changed files with 41 additions and 43 deletions

View File

@@ -247,7 +247,7 @@ void multi_sink_example() {
struct my_type {
int i = 0;
explicit my_type(int i)
: i(i){}
: i(i) {}
};
#ifndef SPDLOG_USE_STD_FORMAT // when using fmtlib