aboutsummaryrefslogtreecommitdiffstats
path: root/src/powerup.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/powerup.hpp')
-rw-r--r--src/powerup.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/powerup.hpp b/src/powerup.hpp
index ce14997..a88a035 100644
--- a/src/powerup.hpp
+++ b/src/powerup.hpp
@@ -2,9 +2,9 @@
#define POWERUP_H_
class Powerup {
- public:
- Powerup();
- virtual ~Powerup();
+ public:
+ Powerup();
+ virtual ~Powerup();
};
-#endif // POWERUP_H_
+#endif // POWERUP_H_