From: Lukas Sismis Date: Wed, 18 Jan 2023 06:33:03 +0000 (+0700) Subject: util-debug: clang-format required change X-Git-Tag: suricata-7.0.0-rc1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30d9d8c7f46e4b0a16063c8df9a5f3ee17842937;p=thirdparty%2Fsuricata.git util-debug: clang-format required change --- diff --git a/src/util-debug.h b/src/util-debug.h index 808cc8a5a0..8179d35733 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -74,7 +74,7 @@ typedef enum { } SCLogOPType; /* The default log_format, if it is not supplied by the user */ -#define SC_LOG_DEF_FILE_FORMAT "[%i - %m] %z %d: %S: %M" +#define SC_LOG_DEF_FILE_FORMAT "[%i - %m] %z %d: %S: %M" #define SC_LOG_DEF_LOG_FORMAT_REL_NOTICE "%D: %S: %M" #define SC_LOG_DEF_LOG_FORMAT_REL_INFO "%d: %S: %M" #define SC_LOG_DEF_LOG_FORMAT_REL_CONFIG "[%i] %d: %S: %M"