REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

@@ -39,33 +39,19 @@ namespace DiscImageChef.Tests.Filesystems
[TestFixture]
public class ZFS
{
readonly string[] testfiles = {
"netbsd_7.1.vdi.lz",
};
readonly string[] testfiles = {"netbsd_7.1.vdi.lz",};
readonly ulong[] sectors = {
33554432,
};
readonly ulong[] sectors = {33554432,};
readonly uint[] sectorsize = {
512,
};
readonly uint[] sectorsize = {512,};
readonly long[] clusters = {
0,
};
readonly long[] clusters = {0,};
readonly int[] clustersize = {
0,
};
readonly int[] clustersize = {0,};
readonly string[] volumename = {
"NetBSD 7.1",
};
readonly string[] volumename = {"NetBSD 7.1",};
readonly string[] volumeserial = {
"2639895335654686206",
};
readonly string[] volumeserial = {"2639895335654686206",};
[Test]
public void Test()
@@ -96,4 +82,4 @@ namespace DiscImageChef.Tests.Filesystems
}
}
}
}
}