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.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils/Utils.hpp b/src/Utils/Utils.hpp
index e977db4..32c07ed 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