From c998a97d6f7790469a63fe0c97911d1d36051905 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 20 Dec 2024 18:47:42 +0100 Subject: `make format` --- src/crepe/manager/EventManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/manager') diff --git a/src/crepe/manager/EventManager.h b/src/crepe/manager/EventManager.h index 930d950..0a57fb1 100644 --- a/src/crepe/manager/EventManager.h +++ b/src/crepe/manager/EventManager.h @@ -106,7 +106,7 @@ private: * \brief Represents an entry in the event queue. */ struct QueueEntry { - std::unique_ptr> event; ///< The event instance. + std::unique_ptr> event; ///< The event instance. event_channel_t channel = CHANNEL_ALL; ///< The channel associated with the event. std::type_index type; ///< The type of the event. }; -- cgit v1.2.3