Fix remaining semicolon spacing issues.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -76,7 +76,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
var usedCategories = new HashSet<string>();
|
||||
try
|
||||
{
|
||||
for (var tilesetGroupIndex = 0;; tilesetGroupIndex++)
|
||||
for (var tilesetGroupIndex = 0; ; tilesetGroupIndex++)
|
||||
{
|
||||
var section = file.GetSection("TileSet{0:D4}".F(tilesetGroupIndex));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user