aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:18:54 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:18:54 +0100
commite7dc31dad155b7b623374d3bb0ffbb8a8f579d2a (patch)
treef6943c6bf697700b1e8dc9c41f5e30b47380be22 /mwe
parent31a6448f8c97934dd9974758d9b5049650040bc7 (diff)
ran 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 16c75bf..3e70201 100644
--- a/mwe/events/include/event.h
+++ b/mwe/events/include/event.h
@@ -152,7 +152,7 @@ private:
};
class ShutDownEvent : public Event {
public:
- ShutDownEvent() : Event("ShutDownEvent") {};
+ ShutDownEvent() : Event("ShutDownEvent"){};
REGISTER_EVENT_TYPE(ShutDownEvent)