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.swp | Bin 0 -> 12288 bytes src/Utils/Utils.hpp | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/Utils/.Utils.hpp.swp (limited to 'src') diff --git a/src/Utils/.Utils.hpp.swp b/src/Utils/.Utils.hpp.swp new file mode 100644 index 0000000..572dba5 Binary files /dev/null and b/src/Utils/.Utils.hpp.swp differ 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