Fix mixed indentation in Script.cpp and Script.h

Looks like the person who added starting a custom level indented with
spaces instead of tabs.
This commit is contained in:
Misa
2020-04-02 13:26:22 -07:00
committed by Ethan Lee
parent 1310896191
commit 4657760c2d
2 changed files with 136 additions and 136 deletions

View File

@@ -14,8 +14,8 @@ public:
scriptclass();
void load(std::string t);
void loadother(std::string t);
void load(std::string t);
void loadother(std::string t);
void inline add(std::string t)