From 8f805248ca2add822c499c4582f0e7e0ad03dd0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 21 Jun 2014 15:55:40 +0200 Subject: [PATCH] StyleCop --- OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs b/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs index 24bb609e82..666e916881 100644 --- a/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs +++ b/OpenRA.Mods.RA/SupportPowers/ParatroopersPower.cs @@ -45,8 +45,8 @@ namespace OpenRA.Mods.RA { var flare = info.FlareType != null ? w.CreateActor(info.FlareType, new TypeDictionary { - new LocationInit( order.TargetLocation ), - new OwnerInit( self.Owner ), + new LocationInit(order.TargetLocation), + new OwnerInit(self.Owner), }) : null; if (flare != null)