[Refactor] Fix indentation issues.

This commit is contained in:
2025-11-24 19:38:40 +00:00
parent 5774885431
commit 8331fba1e4
43 changed files with 1700 additions and 1751 deletions

View File

@@ -36,7 +36,6 @@ namespace Aaru.Filesystems;
[SuppressMessage("ReSharper", "UnusedMember.Local")]
public sealed partial class UDF
{
const string FS_TYPE = "udf";
readonly byte[] _magic =
"*OSTA UDF Compliant\0\0\0\0"u8.ToArray();
const string FS_TYPE = "udf";
readonly byte[] _magic = "*OSTA UDF Compliant\0\0\0\0"u8.ToArray();
}