mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Filesystems] Reformat and cleanup.
This commit is contained in:
@@ -36,6 +36,8 @@ namespace Aaru.Filesystems;
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed partial class APFS
|
||||
{
|
||||
#region Nested type: ContainerSuperBlock
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
readonly struct ContainerSuperBlock
|
||||
{
|
||||
@@ -47,4 +49,6 @@ public sealed partial class APFS
|
||||
public readonly uint blockSize;
|
||||
public readonly ulong containerBlocks;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user