[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

@@ -34,6 +34,8 @@ namespace Aaru.Filesystems;
/// <summary>Implements detection of the squash filesystem</summary>
public sealed partial class Squash
{
#region Nested type: SuperBlock
[StructLayout(LayoutKind.Sequential, Pack = 1)]
readonly struct SuperBlock
{
@@ -57,4 +59,6 @@ public sealed partial class Squash
public readonly ulong fragment_table_start;
public readonly ulong lookup_table_start;
}
#endregion
}