summaryrefslogtreecommitdiff
path: root/src/Utils/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Utils.hpp')
-rw-r--r--src/Utils/Utils.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Utils/Utils.hpp b/src/Utils/Utils.hpp
index a60a64d..e977db4 100644
--- a/src/Utils/Utils.hpp
+++ b/src/Utils/Utils.hpp
@@ -3,9 +3,9 @@
#ifndef UTILS_HPP
class Utils{
- public:
- int catchInputInt(int* input);
- int catchReturn(int renum);
+ public:
+ int catchInputInt(int* input);
+ int catchReturn(int renum);
};
-#endif \ No newline at end of file
+#endif