From 10df158dc64f569924e1d1ac7b35a92199c0bcc6 Mon Sep 17 00:00:00 2001 From: PabloMK7 Date: Tue, 30 Jan 2024 14:24:04 +0100 Subject: [PATCH] Fix clang format. --- src/common/logging/backend.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h index c69fb9504..e16a129b1 100644 --- a/src/common/logging/backend.h +++ b/src/common/logging/backend.h @@ -27,7 +27,8 @@ void DisableLoggingInTests(); void SetGlobalFilter(const Filter& filter); /** - * Only allow messages that match the specified regex. The regex is matched against the final log text. + * Only allow messages that match the specified regex. The regex is matched against the final log + * text. */ bool SetRegexFilter(const std::string& regex);