diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:16:49 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-01 12:16:49 +0100 |
| commit | 792d4e4c7e0f736aac837f1ccb77da31127ee253 (patch) | |
| tree | bd98c1c4113d2bb4cb9d10dc87b3c452d7e84505 /src/Utils.hpp | |
| parent | 07eb384f440ec2fe6faef660fc515025ac22e110 (diff) | |
identiation update
Diffstat (limited to 'src/Utils.hpp')
| -rw-r--r-- | src/Utils.hpp | 6 |
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); }; |
