diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-17 17:13:44 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-17 17:13:44 +0200 |
commit | 77555730e3ddb811b9ce8470659663e3f1573de2 (patch) | |
tree | 9bfe449c917359bd6c1e5d2d61bf97aae983be0f | |
parent | a50a3153be5214234db24a79ab4b706b37e132a0 (diff) |
`make format`
-rw-r--r-- | src/crepe/System.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/System.h b/src/crepe/System.h index 8744920..ecbb7f5 100644 --- a/src/crepe/System.h +++ b/src/crepe/System.h @@ -8,8 +8,8 @@ public: virtual void update() = 0; protected: - System(){}; - virtual ~System(){}; + System() {}; + virtual ~System() {}; private: // singleton |