aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Event.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-21 10:00:35 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-21 10:00:35 +0100
commit70b1bf50de703330436f2ae9cb103fe33cbb567e (patch)
tree6e5c9bc256ae8392f94d2d863ecd345f6246927f /src/crepe/api/Event.h
parentaa00be5fae68e4ccb7b592f1193d86f09105723a (diff)
`make format`
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r--src/crepe/api/Event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h
index ab4be2b..b267e3e 100644
--- a/src/crepe/api/Event.h
+++ b/src/crepe/api/Event.h
@@ -93,7 +93,7 @@ public:
/**
* \brief Event triggered during a collision between objects.
*/
-class CollisionEvent : public Event { };
+class CollisionEvent : public Event {};
/**
* \brief Event triggered when text is submitted, e.g., from a text input.
@@ -109,4 +109,4 @@ public:
*/
class ShutDownEvent : public Event {};
-}
+} // namespace crepe