mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user