]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
util-debug: clang-format required change
authorLukas Sismis <lsismis@oisf.net>
Wed, 18 Jan 2023 06:33:03 +0000 (13:33 +0700)
committerVictor Julien <vjulien@oisf.net>
Tue, 24 Jan 2023 09:44:49 +0000 (10:44 +0100)
src/util-debug.h

index 808cc8a5a00cc7c9565160f15ca32c7b49d8becb..8179d35733e450d9a24bfe0a2643adc8035b121e 100644 (file)
@@ -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"