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

@@ -37,21 +37,13 @@ namespace DiscImageChef.Tests.Devices
[TestFixture]
public class LS120
{
readonly string[] testfiles = {
"ls120.bin.lz","mf2dd.bin.lz","mf2hd.bin.lz",
};
readonly string[] testfiles = {"ls120.bin.lz", "mf2dd.bin.lz", "mf2hd.bin.lz",};
readonly MediaType[] mediatypes = {
MediaType.LS120,MediaType.DOS_35_DS_DD_9,MediaType.DOS_35_HD,
};
readonly MediaType[] mediatypes = {MediaType.LS120, MediaType.DOS_35_DS_DD_9, MediaType.DOS_35_HD,};
readonly ulong[] sectors = {
246528,1440,2880,
};
readonly ulong[] sectors = {246528, 1440, 2880,};
readonly uint[] sectorsize = {
512,512,512
};
readonly uint[] sectorsize = {512, 512, 512};
[Test]
public void Test()
@@ -69,4 +61,4 @@ namespace DiscImageChef.Tests.Devices
}
}
}
}
}