summaryrefslogtreecommitdiff
path: root/src/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.hpp')
-rw-r--r--src/Utils.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Utils.hpp b/src/Utils.hpp
index 51a57e9..ffa44a6 100644
--- a/src/Utils.hpp
+++ b/src/Utils.hpp
@@ -3,7 +3,7 @@
#pragma once
class Utils{
- public:
- int catchInputInt(int* input);
- int catchReturn(int renum);
+public:
+ int catchInputInt(int* input);
+ int catchReturn(int renum);
};