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,10 +35,9 @@ namespace Aaru.Filesystems;
|
||||
[SuppressMessage("ReSharper", "UnusedType.Local")]
|
||||
public sealed partial class QNX4
|
||||
{
|
||||
const string FS_TYPE = "qnx4";
|
||||
readonly byte[] _rootDirFname =
|
||||
{
|
||||
0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
const string FS_TYPE = "qnx4";
|
||||
}
|
||||
Reference in New Issue
Block a user