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];
|
currChar = line[charPosition];
|
||||||
switch (currChar)
|
switch (currChar)
|
||||||
{
|
{
|
||||||
case ' ':
|
case ' ':
|
||||||
spaces++;
|
spaces++;
|
||||||
if (spaces >= SpacesPerLevel)
|
if (spaces >= SpacesPerLevel)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user