From e80088f0a868da120fb90cfed3ff32dd15fae35d Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sat, 31 Jan 2026 19:57:47 +0100 Subject: Identiation update --- src/Utils/Utils.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Utils/Utils.hpp') 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 -- cgit v1.2.3