mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:17:35 +00:00
LibRegex: Switch to east-const style
This commit is contained in:
parent
c8b2199251
commit
36bfc912fc
10 changed files with 170 additions and 170 deletions
|
@ -55,7 +55,7 @@ ALWAYS_INLINE Token Parser::consume(TokenType type, Error error)
|
|||
return consume();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE bool Parser::consume(const String& str)
|
||||
ALWAYS_INLINE bool Parser::consume(String const& str)
|
||||
{
|
||||
size_t potentially_go_back { 1 };
|
||||
for (auto ch : str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue