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:
@@ -168,8 +168,10 @@ namespace DiscImageChef.Commands
|
||||
if(options.SeparatedTracks)
|
||||
{
|
||||
foreach(ChecksumType chk in trackChecksum.End())
|
||||
{
|
||||
DicConsole.WriteLine("Track {0}'s {1}: {2}", currentTrack.TrackSequence, chk.type,
|
||||
chk.Value);
|
||||
}
|
||||
}
|
||||
|
||||
previousTrackEnd = currentTrack.TrackEndSector;
|
||||
|
||||
Reference in New Issue
Block a user