Code cleanup.

This commit is contained in:
2020-07-20 04:34:16 +01:00
parent e8fe5cc8d2
commit 9cfef45856
345 changed files with 9384 additions and 3725 deletions

View File

@@ -91,8 +91,12 @@ namespace Aaru.Filesystems
XmlFsType = new FileSystemType
{
Type = "MicroDOS", ClusterSize = 512, Clusters = block0.blocks, Files = block0.files,
FilesSpecified = true, FreeClusters = (ulong)(block0.blocks - block0.usedBlocks),
Type = "MicroDOS",
ClusterSize = 512,
Clusters = block0.blocks,
Files = block0.files,
FilesSpecified = true,
FreeClusters = (ulong)(block0.blocks - block0.usedBlocks),
FreeClustersSpecified = true
};