aboutsummaryrefslogtreecommitdiff
path: root/mwe
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-11 15:01:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-11 15:01:58 +0100
commit68c9e7511ea52c6ee70d052bbdf2923cd68bfa8a (patch)
tree508bfd76d4759eab936300531c7a468aaf740cf2 /mwe
parente49893e8de74534494792955c50ea0eabaf3ba38 (diff)
`make format`wouter/gameloop
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)