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:
@@ -37,6 +37,8 @@ namespace Aaru.Filesystems;
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed partial class BeFS
|
||||
{
|
||||
#region Nested type: SuperBlock
|
||||
|
||||
/// <summary>Be superblock</summary>
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
struct SuperBlock
|
||||
@@ -93,4 +95,6 @@ public sealed partial class BeFS
|
||||
/// <summary>0x082, As this is part of inode_addr, this is 1</summary>
|
||||
public readonly ushort indices_len;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user