mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-14 17:40:05 +00:00
Fix clang format.
This commit is contained in:
parent
a110843115
commit
10df158dc6
@ -27,7 +27,8 @@ void DisableLoggingInTests();
|
|||||||
void SetGlobalFilter(const Filter& filter);
|
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);
|
bool SetRegexFilter(const std::string& regex);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user