REFACTOR: Use preferred braces style.

This commit is contained in:
2017-12-21 00:44:33 +00:00
parent e9443388ee
commit bce69c9161
171 changed files with 5 additions and 1412 deletions

View File

@@ -145,7 +145,6 @@ namespace DiscImageChef.Partitions
Marshal.FreeHGlobal(tablePtr);
if(table.magic == RISCIX_MAGIC)
{
foreach(RiscIxEntry entry in table.partitions)
{
Partition part = new Partition
@@ -164,7 +163,6 @@ namespace DiscImageChef.Partitions
counter++;
}
}
}
}
return !(partitions.Count == 0);