[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

@@ -42,6 +42,7 @@ namespace Aaru.DiscImages;
/// <summary>Implements reading and writing DR-DOS' DISKCOPY disk images</summary>
public sealed partial class DriDiskCopy : IWritableImage
{
const string MODULE_NAME = "DRI DiskCopy plugin";
/// <summary>Disk image file</summary>
IFilter _driImageFilter;
@@ -71,6 +72,4 @@ public sealed partial class DriDiskCopy : IWritableImage
DriveSerialNumber = null,
DriveFirmwareRevision = null
};
const string MODULE_NAME = "DRI DiskCopy plugin";
}