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/scene.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces/scene.hpp') diff --git a/src/interfaces/scene.hpp b/src/interfaces/scene.hpp index 0a51b6e..88cb3b1 100644 --- a/src/interfaces/scene.hpp +++ b/src/interfaces/scene.hpp @@ -24,4 +24,5 @@ public: using ISceneFactory = Factory( const std::shared_ptr &cursor_controller, - const std::shared_ptr &window)>; + const std::shared_ptr &window +)>; -- cgit v1.2.3-18-g5258