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:
@@ -35,6 +35,8 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of the LIF filesystem</summary>
|
||||
public sealed partial class LIF
|
||||
{
|
||||
#region Nested type: SystemBlock
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
readonly struct SystemBlock
|
||||
{
|
||||
@@ -53,4 +55,6 @@ public sealed partial class LIF
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)]
|
||||
public readonly byte[] creationDate;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user