diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-06 12:07:43 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-06 12:07:43 +0100 |
commit | db7fd6a24c4da44fed3cee97d24f1cbda1471137 (patch) | |
tree | daf834a01e12d5673b284b31aa6a5d6711e72619 /src/crepe/system | |
parent | 6ce2c14077e3e6dd01398d582b42dc50e9141f54 (diff) |
`make format`
Diffstat (limited to 'src/crepe/system')
-rw-r--r-- | src/crepe/system/System.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/system/System.h b/src/crepe/system/System.h index 8744920..ecbb7f5 100644 --- a/src/crepe/system/System.h +++ b/src/crepe/system/System.h @@ -8,8 +8,8 @@ public: virtual void update() = 0; protected: - System(){}; - virtual ~System(){}; + System() {}; + virtual ~System() {}; private: // singleton |