aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/System.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-11-05 13:57:49 +0100
committermax-001 <maxsmits21@kpnmail.nl>2024-11-05 13:57:49 +0100
commit5b8ec02b6b4f2356e2d688502298274e372b9fad (patch)
tree329277969f154177c89f5ed3ce1a8ee5b2c72875 /src/crepe/System.h
parent154e974a0d553ea8209c3be9b1bd5820fef5e0a3 (diff)
Make format
Diffstat (limited to 'src/crepe/System.h')
-rw-r--r--src/crepe/System.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/System.h b/src/crepe/System.h
index ecbb7f5..8744920 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