Fix clang format.
This commit is contained in:
parent
a110843115
commit
10df158dc6
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue