Make sure braces for multi-line statements are on their own lines.
This commit is contained in:
@@ -83,7 +83,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
// Always spawn at least one actor, plus
|
||||
// however many needed to reach the minimum.
|
||||
SpawnActor(self, spawnPoint);
|
||||
} while (actorsPresent < info.Minimum);
|
||||
}
|
||||
while (actorsPresent < info.Minimum);
|
||||
}
|
||||
|
||||
WPos SpawnActor(Actor self, Actor spawnPoint)
|
||||
|
||||
Reference in New Issue
Block a user