mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibRegex: Switch to east-const style
This commit is contained in:
parent
c8b2199251
commit
36bfc912fc
Notes:
sideshowbarker
2024-07-18 08:29:30 +09:00
Author: https://github.com/alimpfard
Commit: 36bfc912fc
Pull-request: https://github.com/SerenityOS/serenity/pull/8960
Reviewed-by: https://github.com/linusg ✅
10 changed files with 170 additions and 170 deletions
|
@ -78,7 +78,7 @@ protected:
|
|||
ALWAYS_INLINE bool match_ordinary_characters();
|
||||
ALWAYS_INLINE Token consume();
|
||||
ALWAYS_INLINE Token consume(TokenType type, Error error);
|
||||
ALWAYS_INLINE bool consume(const String&);
|
||||
ALWAYS_INLINE bool consume(String const&);
|
||||
ALWAYS_INLINE bool try_skip(StringView);
|
||||
ALWAYS_INLINE bool lookahead_any(StringView);
|
||||
ALWAYS_INLINE char skip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue