clang-format

This commit is contained in:
gabime
2020-04-10 15:35:58 +03:00
parent 9ba7fc94a5
commit a8169a3d6b
7 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#include "includes.h"
static const char * const tested_logger_name = "null_logger";
static const char * const tested_logger_name2 = "null_logger2";
static const char *const tested_logger_name = "null_logger";
static const char *const tested_logger_name2 = "null_logger2";
#ifndef SPDLOG_NO_EXCEPTIONS
TEST_CASE("register_drop", "[registry]")