mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
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