[Aaru.Images] Reformat and cleanup.

This commit is contained in:
2023-10-03 23:34:59 +01:00
parent 6ffde343ce
commit 2cfad87955
432 changed files with 12011 additions and 8261 deletions

View File

@@ -41,6 +41,7 @@ namespace Aaru.DiscImages;
/// <summary>Implements reading Apple DART disk images</summary>
public sealed partial class Dart : IMediaImage
{
const string MODULE_NAME = "DART plugin";
// DART images are at most 1474560 bytes, so let's cache the whole
byte[] _dataCache;
uint _dataChecksum;
@@ -71,6 +72,4 @@ public sealed partial class Dart : IMediaImage
DriveSerialNumber = null,
DriveFirmwareRevision = null
};
const string MODULE_NAME = "DART plugin";
}