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

@@ -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),