mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibLine: Switch all files to use east-const
This commit is contained in:
committed by
Ali Mohammad Pur
parent
2338d5fcda
commit
4458cc249e
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/4458cc249ec Pull-request: https://github.com/SerenityOS/serenity/pull/11255
@@ -14,7 +14,7 @@
|
||||
|
||||
namespace Line {
|
||||
|
||||
void XtermSuggestionDisplay::display(const SuggestionManager& manager)
|
||||
void XtermSuggestionDisplay::display(SuggestionManager const& manager)
|
||||
{
|
||||
did_display();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user