diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-21 10:00:35 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-21 10:00:35 +0100 |
commit | 70b1bf50de703330436f2ae9cb103fe33cbb567e (patch) | |
tree | 6e5c9bc256ae8392f94d2d863ecd345f6246927f /src/crepe/api/Event.h | |
parent | aa00be5fae68e4ccb7b592f1193d86f09105723a (diff) |
`make format`
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r-- | src/crepe/api/Event.h | 4 |
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 |