mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory when we eventually bump clang-format version. So, since there are no real downsides, let's commit them now.
This commit is contained in:
parent
5ef6df79ed
commit
5ed7cd6e32
Notes:
sideshowbarker
2024-07-16 23:38:54 +09:00
Author: https://github.com/DanShaders
Commit: 5ed7cd6e32
Pull-request: https://github.com/SerenityOS/serenity/pull/24014
175 changed files with 353 additions and 353 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
|
||||
void set_startup_process_id(pid_t pid) { m_startup_process_id = pid; }
|
||||
|
||||
const StringView color_scheme_name() const { return m_color_scheme_name; }
|
||||
StringView const color_scheme_name() const { return m_color_scheme_name; }
|
||||
|
||||
Function<void(StringView)> on_title_change;
|
||||
Function<void(Gfx::IntSize)> on_terminal_size_change;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue