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:
@@ -34,6 +34,8 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of Microsoft's Resilient filesystem (ReFS)</summary>
|
||||
public sealed partial class ReFS
|
||||
{
|
||||
#region Nested type: VolumeHeader
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
readonly struct VolumeHeader
|
||||
{
|
||||
@@ -56,4 +58,6 @@ public sealed partial class ReFS
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 15872)]
|
||||
public readonly byte[] unknown5;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user