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/game/game.hpp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index dfbe619..9f08158 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -13,11 +13,14 @@ class Game : public IGame { public: - Game(std::shared_ptr window, std::shared_ptr scene, - std::shared_ptr cursor_controller, - std::shared_ptr statusline, - std::shared_ptr generation_tracker, - std::shared_ptr status_updater) noexcept; + Game( + std::shared_ptr window, + std::shared_ptr scene, + std::shared_ptr cursor_controller, + std::shared_ptr statusline, + std::shared_ptr generation_tracker, + std::shared_ptr status_updater + ) noexcept; void on_start() noexcept override; -- cgit v1.2.3-18-g5258