From a8600ffbe72f6179a21053d0b730dc3efd171cca Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Wed, 11 Nov 2015 13:03:22 -0600 Subject: [PATCH] Replace instance of 4 spaces with a single tab in MiniYaml.cs --- OpenRA.Game/MiniYaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/MiniYaml.cs b/OpenRA.Game/MiniYaml.cs index 4e346fa60b..32b2a77203 100644 --- a/OpenRA.Game/MiniYaml.cs +++ b/OpenRA.Game/MiniYaml.cs @@ -174,7 +174,7 @@ namespace OpenRA currChar = line[charPosition]; switch (currChar) { - case ' ': + case ' ': spaces++; if (spaces >= SpacesPerLevel) {