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/input.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/interfaces/input.hpp') diff --git a/src/interfaces/input.hpp b/src/interfaces/input.hpp index b71de67..df4abb8 100644 --- a/src/interfaces/input.hpp +++ b/src/interfaces/input.hpp @@ -19,10 +19,11 @@ public: void subscribe( const Event &event, - const std::shared_ptr> &subscriber) noexcept override = 0; + const std::shared_ptr> &subscriber + ) noexcept override = 0; - void notify_subscribers(const Event &event, - const Context &context) const noexcept override = 0; + void notify_subscribers(const Event &event, const Context &context) + const noexcept override = 0; virtual void enter_raw_mode() noexcept = 0; -- cgit v1.2.3-18-g5258