mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
Notes:
sideshowbarker
2024-07-17 16:21:09 +09:00
Author: https://github.com/IdanHo
Commit: 086969277e
Pull-request: https://github.com/SerenityOS/serenity/pull/12321
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/bgianfo ✅
1665 changed files with 8479 additions and 8479 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
return *m_editor.unsafe_ptr();
|
||||
}
|
||||
|
||||
virtual bool on_key(const KeyEvent& event);
|
||||
virtual bool on_key(KeyEvent const& event);
|
||||
|
||||
bool is_regular() const { return engine_type() == EngineType::Regular; }
|
||||
bool is_vim() const { return engine_type() == EngineType::Vim; }
|
||||
|
@ -52,8 +52,8 @@ protected:
|
|||
|
||||
void move_one_left();
|
||||
void move_one_right();
|
||||
void move_one_up(const KeyEvent& event);
|
||||
void move_one_down(const KeyEvent& event);
|
||||
void move_one_up(KeyEvent const& event);
|
||||
void move_one_down(KeyEvent const& event);
|
||||
void move_to_previous_span();
|
||||
void move_to_next_span();
|
||||
void move_to_logical_line_beginning();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue