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 PocketZip
{
readonly string[] testfiles = {
"clik!.bin.lz","pocketzip.bin.lz",
};
readonly string[] testfiles = {"clik!.bin.lz", "pocketzip.bin.lz",};
readonly MediaType[] mediatypes = {
MediaType.PocketZip,MediaType.PocketZip,
};
readonly MediaType[] mediatypes = {MediaType.PocketZip, MediaType.PocketZip,};
readonly ulong[] sectors = {
78882,78882,
};
readonly ulong[] sectors = {78882, 78882,};
readonly uint[] sectorsize = {
512,512,
};
readonly uint[] sectorsize = {512, 512,};
[Test]
public void Test()
@@ -69,4 +61,4 @@ namespace DiscImageChef.Tests.Devices
}
}
}
}
}