mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +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
|
@ -38,8 +38,8 @@ struct StringMetrics {
|
|||
size_t total_length { 0 };
|
||||
size_t max_line_length { 0 };
|
||||
|
||||
size_t lines_with_addition(const StringMetrics& offset, size_t column_width) const;
|
||||
size_t offset_with_addition(const StringMetrics& offset, size_t column_width) const;
|
||||
size_t lines_with_addition(StringMetrics const& offset, size_t column_width) const;
|
||||
size_t offset_with_addition(StringMetrics const& offset, size_t column_width) const;
|
||||
void reset()
|
||||
{
|
||||
line_metrics.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue