mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code styling.
This commit is contained in:
@@ -152,10 +152,7 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
}
|
||||
|
||||
if(!wholeDisc)
|
||||
{
|
||||
return (int)ErrorNumber.NoError;
|
||||
}
|
||||
if(!wholeDisc) return (int)ErrorNumber.NoError;
|
||||
|
||||
EntropyResults entropy = entropyCalculator.CalculateMediaEntropy(duplicatedSectors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user