aboutsummaryrefslogtreecommitdiff
path: root/mwe/events/include
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-05 17:11:09 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-05 17:11:35 +0100
commit1f4e961d7f9d6887c807cac1a362f2d178b0860b (patch)
treec786c952924be7cd3cb54d603d512323f8adfbc2 /mwe/events/include
parentea764e4d4c8688953637f4afba96ec2223f5a7c1 (diff)
nitpick #55
Diffstat (limited to 'mwe/events/include')
-rw-r--r--mwe/events/include/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mwe/events/include/event.h b/mwe/events/include/event.h
index e1b220b..ee1bf52 100644
--- a/mwe/events/include/event.h
+++ b/mwe/events/include/event.h
@@ -148,7 +148,7 @@ private:
};
class ShutDownEvent : public Event {
public:
- ShutDownEvent() : Event("ShutDownEvent"){};
+ ShutDownEvent() : Event("ShutDownEvent") {};
REGISTER_EVENT_TYPE(ShutDownEvent)