mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user