mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
AK: Run clang-format on StringUtils.{cpp,h}
This commit is contained in:
parent
cccbe43056
commit
0efa47b7ef
Notes:
sideshowbarker
2024-07-19 08:11:08 +09:00
Author: https://github.com/awesomekling
Commit: 0efa47b7ef
2 changed files with 95 additions and 95 deletions
|
@ -38,9 +38,9 @@ enum class CaseSensitivity {
|
|||
|
||||
namespace StringUtils {
|
||||
|
||||
bool matches(const StringView& str, const StringView& mask, CaseSensitivity = CaseSensitivity::CaseInsensitive);
|
||||
int convert_to_int(const StringView&, bool& ok);
|
||||
unsigned convert_to_uint(const StringView&, bool& ok);
|
||||
bool matches(const StringView& str, const StringView& mask, CaseSensitivity = CaseSensitivity::CaseInsensitive);
|
||||
int convert_to_int(const StringView&, bool& ok);
|
||||
unsigned convert_to_uint(const StringView&, bool& ok);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue