mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibLine: Switch all files to use east-const
This commit is contained in:
parent
2338d5fcda
commit
4458cc249e
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/alimpfard
Commit: 4458cc249e
Pull-request: https://github.com/SerenityOS/serenity/pull/11255
10 changed files with 62 additions and 62 deletions
|
@ -18,7 +18,7 @@ void clear_to_end_of_line(OutputStream&);
|
|||
void clear_lines(size_t count_above, size_t count_below, OutputStream&);
|
||||
void move_relative(int x, int y, OutputStream&);
|
||||
void move_absolute(u32 x, u32 y, OutputStream&);
|
||||
void apply_style(const Style&, OutputStream&, bool is_starting = true);
|
||||
void apply_style(Style const&, OutputStream&, bool is_starting = true);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue