Fix StyleCop warnings in OpenRA.Game

This commit is contained in:
Hellhake
2015-01-01 23:04:18 +01:00
parent e9989496c4
commit 5a97a4b63b
119 changed files with 547 additions and 529 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenRA.Traits
if (!self.World.AllowDevCommands)
return;
switch(order.OrderString)
switch (order.OrderString)
{
case "DevEnableTech":
{
@@ -97,6 +97,7 @@ namespace OpenRA.Traits
for (var i = 0; i < Info.ResourceGrowth; i++)
a.Trait.Seed(a.Actor);
}
break;
}