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/cursor.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interfaces/cursor.hpp') diff --git a/src/interfaces/cursor.hpp b/src/interfaces/cursor.hpp index f6521cb..053ff40 100644 --- a/src/interfaces/cursor.hpp +++ b/src/interfaces/cursor.hpp @@ -35,9 +35,9 @@ public: virtual void show() noexcept = 0; - void subscribe(const Event &event, - const Subscriber &subscriber) noexcept override = 0; + void + subscribe(const Event &event, const Subscriber &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; }; -- cgit v1.2.3-18-g5258