From db6edcd473a684420e9a7611b24462df21165c1b Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 24 Apr 2022 17:13:52 +0200 Subject: style: improve function and brace styling --- src/commands/move_cursor.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/commands/move_cursor.hpp') diff --git a/src/commands/move_cursor.hpp b/src/commands/move_cursor.hpp index ff4723d..88d9c42 100644 --- a/src/commands/move_cursor.hpp +++ b/src/commands/move_cursor.hpp @@ -11,9 +11,11 @@ class MoveCursorCommand : public ICommand { public: - MoveCursorCommand(const Vector2 &direction, - const std::shared_ptr &cursor_controller, - const std::shared_ptr &window) noexcept; + MoveCursorCommand( + const Vector2 &direction, + const std::shared_ptr &cursor_controller, + const std::shared_ptr &window + ) noexcept; void execute() noexcept override; -- cgit v1.2.3-18-g5258