mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Images] Reformat and cleanup.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user