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/interfaces/game.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/interfaces/game.hpp') diff --git a/src/interfaces/game.hpp b/src/interfaces/game.hpp index 0f5c895..6d247d9 100644 --- a/src/interfaces/game.hpp +++ b/src/interfaces/game.hpp @@ -33,5 +33,7 @@ using IGameFactory = std::unique_ptr (*)( */ using IGameFactory = Factory( - const std::shared_ptr &window, const std::shared_ptr &scene, - const std::shared_ptr &cursor_controller)>; + const std::shared_ptr &window, + const std::shared_ptr &scene, + const std::shared_ptr &cursor_controller +)>; -- cgit v1.2.3-18-g5258