[Aaru.Filesystems] Reformat and cleanup.

This commit is contained in:
2023-10-03 23:22:08 +01:00
parent 51f35c80d9
commit 7a608e0061
296 changed files with 21000 additions and 18286 deletions

View File

@@ -37,6 +37,8 @@ namespace Aaru.Filesystems;
public sealed partial class ISO9660
{
#region Nested type: CdromXa
// Big-endian
[StructLayout(LayoutKind.Sequential, Pack = 1)]
readonly struct CdromXa
@@ -49,4 +51,6 @@ public sealed partial class ISO9660
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)]
public readonly byte[] reserved;
}
#endregion
}