Replace instance of 4 spaces with a single tab in MiniYaml.cs

This commit is contained in:
Taryn Hill
2015-11-11 13:03:22 -06:00
parent 44e03c094b
commit a8600ffbe7

View File

@@ -174,7 +174,7 @@ namespace OpenRA
currChar = line[charPosition];
switch (currChar)
{
case ' ':
case ' ':
spaces++;
if (spaces >= SpacesPerLevel)
{