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);