From b0e107961114e638e03f09bf71ca8f6fb56dd3ca Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 2 Apr 2020 14:24:40 -0700 Subject: [PATCH] Fix mixed indentation in Scripts.cpp Only 3 lines, which is really impressive and the lowest amount of mixed indentation so far. --- desktop_version/src/Scripts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop_version/src/Scripts.cpp b/desktop_version/src/Scripts.cpp index 5e08b810..562cf1ab 100644 --- a/desktop_version/src/Scripts.cpp +++ b/desktop_version/src/Scripts.cpp @@ -14,7 +14,7 @@ void scriptclass::load(std::string t) commands.clear(); running = true; - int maxlength = (std::min(int(t.length()),7)); + int maxlength = (std::min(int(t.length()),7)); std::string customstring=""; for(int i=0; i