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 Virtual98
|
||||
{
|
||||
#region Nested type: Virtual98Header
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct Virtual98Header
|
||||
{
|
||||
@@ -53,4 +55,6 @@ public sealed partial class Virtual98
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 0x44)]
|
||||
public byte[] padding2;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user