REFACTOR: Removed reduntant commas.

This commit is contained in:
2017-12-21 02:52:12 +00:00
parent d51f3f1988
commit f0d2e7dac9
156 changed files with 979 additions and 979 deletions

View File

@@ -39,19 +39,19 @@ namespace DiscImageChef.Tests.Filesystems
[TestFixture]
public class HFSX_GPT
{
readonly string[] testfiles = {"macosx_10.11.vdi.lz", "macosx_10.11_journal.vdi.lz",};
readonly string[] testfiles = {"macosx_10.11.vdi.lz", "macosx_10.11_journal.vdi.lz"};
readonly ulong[] sectors = {819200, 1228800,};
readonly ulong[] sectors = {819200, 1228800};
readonly uint[] sectorsize = {512, 512};
readonly long[] clusters = {102390, 153590,};
readonly long[] clusters = {102390, 153590};
readonly int[] clustersize = {4096, 4096,};
readonly int[] clustersize = {4096, 4096};
readonly string[] volumename = {null, null,};
readonly string[] volumename = {null, null};
readonly string[] volumeserial = {"328343989312AE9F", "FB98504073464C5C",};
readonly string[] volumeserial = {"328343989312AE9F", "FB98504073464C5C"};
readonly string[] oemid = {"10.0", "HFSJ"};