aboutsummaryrefslogtreecommitdiff
path: root/mwe/events
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-17 15:33:31 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-17 15:33:31 +0100
commita8ccf7fe8662086bb223aa4eafd0f85e717d16cf (patch)
treec114a4b4782a5dcd77e10a326a3e824fcb79d452 /mwe/events
parentb4335bd670cb7f3f622e6ab701123cfbabd15d37 (diff)
`make format`
Diffstat (limited to 'mwe/events')
-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)