[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

@@ -43,9 +43,11 @@ namespace Aaru.DiscImages;
public sealed partial class ZZZRawImage
{
#region IWritableOpticalImage Members
/// <inheritdoc />
public bool Create(string path, MediaType mediaType, Dictionary<string, string> options, ulong sectors,
uint sectorSize)
uint sectorSize)
{
if(sectorSize == 0)
{
@@ -277,4 +279,6 @@ public sealed partial class ZZZRawImage
/// <inheritdoc />
public bool SetImageInfo(ImageInfo imageInfo) => true;
#endregion
}