[DatFile] Be consistent

This commit is contained in:
Matt Nadareski
2017-10-06 16:10:38 -07:00
parent a4108df553
commit 801308266a

View File

@@ -180,6 +180,9 @@ namespace SabreTools.Library.Dats
// Now we pre-process the DAT with the splitting/merging mode
switch (splitType)
{
case SplitType.None:
// No-op
break;
case SplitType.DeviceNonMerged:
CreateDeviceNonMergedSets(DedupeType.None);
break;