[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

@@ -36,6 +36,8 @@ namespace Aaru.DiscImages;
public sealed partial class Qed
{
#region Nested type: QedHeader
/// <summary>QED header, big-endian</summary>
[StructLayout(LayoutKind.Sequential, Pack = 1)]
struct QedHeader
@@ -65,4 +67,6 @@ public sealed partial class Qed
/// <summary>Size of <see cref="backing_file_offset" /></summary>
public readonly uint backing_file_size;
}
#endregion
}