Fix remaining semicolon spacing issues.

This commit is contained in:
Paul Chote
2019-06-08 15:18:13 +01:00
committed by reaperrr
parent c253aaeb9d
commit 65856f3b0e
4 changed files with 4 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
public static MemoryStream ReadPackedSection(IniSection mapPackSection)
{
var sb = new StringBuilder();
for (var i = 1;; i++)
for (var i = 1; ; i++)
{
var line = mapPackSection.GetValue(i.ToString(), null);
if (line == null)