From 59d902df725c2d6a1b7cad016326ca51316b937f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 11 Jan 2022 17:06:20 +0100 Subject: clang format blind letsgo ! --- src/powerup.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/powerup.hpp') 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_ -- cgit v1.2.3