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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user