Minor style nit fix

Minor style nit fix
This commit is contained in:
Squiggles211
2014-05-16 00:22:00 -05:00
parent a0458eeb24
commit 03e2c77b09

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Mods.RA.Activities
self.World.AddFrameEndTask(w =>
{
if(self.IsDead() || transport.IsDead() || !cargo.CanLoad(transport, self))
if (self.IsDead() || transport.IsDead() || !cargo.CanLoad(transport, self))
return;
cargo.Load(transport, self);