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:
@@ -726,14 +726,12 @@ namespace DiscImageChef.DiscImages
|
||||
ulong extentStartSector = 0;
|
||||
|
||||
foreach(KeyValuePair<ulong, VMwareExtent> kvp in extents)
|
||||
{
|
||||
if(sectorAddress >= kvp.Key)
|
||||
{
|
||||
currentExtent = kvp.Value;
|
||||
extentFound = true;
|
||||
extentStartSector = kvp.Key;
|
||||
}
|
||||
}
|
||||
|
||||
if(!extentFound)
|
||||
throw new ArgumentOutOfRangeException(nameof(sectorAddress),
|
||||
|
||||
Reference in New Issue
Block a user