REFACTOR: Use explicit or implicit modified definition.

This commit is contained in:
2017-12-20 17:46:47 +00:00
parent 3c843c3b06
commit ff2afc4593
13 changed files with 27 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ using DiscImageChef.Metadata;
namespace DiscImageChef.Core.Devices.Report.SCSI
{
internal static class Mmc
static class Mmc
{
internal static void Report(Device dev, ref DeviceReport report, bool debug,
ref Decoders.SCSI.Modes.ModePage_2A? cdromMode, ref List<string> mediaTypes)

View File

@@ -38,7 +38,7 @@ using DiscImageChef.Metadata;
namespace DiscImageChef.Core.Devices.Report.SCSI
{
internal static class Ssc
static class Ssc
{
internal static void Report(Device dev, ref DeviceReport report, bool debug)
{