aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 12:54:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 12:54:27 +0100
commit85aa57e33d493502b05984ce44db6c68f627a6f2 (patch)
treea7686c196877de9cb3b09848c5ed7aaffc9c8dc9 /mwe
parent9d9c4fc4565f0ef0fc81c8baeef804389f07afc2 (diff)
`make format`
Diffstat (limited to 'mwe')
-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)