Replace instance of 4 spaces with a single tab in MiniYaml.cs
This commit is contained in:
@@ -174,7 +174,7 @@ namespace OpenRA
|
||||
currChar = line[charPosition];
|
||||
switch (currChar)
|
||||
{
|
||||
case ' ':
|
||||
case ' ':
|
||||
spaces++;
|
||||
if (spaces >= SpacesPerLevel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user