REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

@@ -69,10 +69,8 @@ namespace DiscImageChef.Filesystems.AppleDOS
return Errno.InOutError;
}
if(device.ImageInfo.sectors == 455)
sectorsPerTrack = 13;
else
sectorsPerTrack = 16;
if(device.ImageInfo.sectors == 455) sectorsPerTrack = 13;
else sectorsPerTrack = 16;
// Read the VTOC
byte[] vtoc_b = device.ReadSector((ulong)(17 * sectorsPerTrack));
@@ -150,4 +148,4 @@ namespace DiscImageChef.Filesystems.AppleDOS
return Errno.NoError;
}
}
}
}