Merge pull request #7246 from Hellhake/stylecop-ra

Fix StyleCop warnings in OpenRA.Mods.RA
This commit is contained in:
Matthias Mailänder
2015-01-02 16:38:22 +01:00
134 changed files with 261 additions and 267 deletions

View File

@@ -70,7 +70,8 @@ namespace OpenRA.Mods.RA
// no.. So find a new one
var captor = GetInRange(self);
if (captor != null) // got one
// got one
if (captor != null)
{
ChangeOwnership(self, captor);
return;