mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -29,18 +29,19 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Copyright © 2011-2019 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using DiscImageChef.Devices;
|
||||
|
||||
namespace DiscImageChef.Core.Devices.Report
|
||||
{
|
||||
public partial class DeviceReport
|
||||
{
|
||||
bool debug;
|
||||
Device dev;
|
||||
bool debug;
|
||||
|
||||
public DeviceReport(Device device, bool debug)
|
||||
{
|
||||
this.dev = device;
|
||||
dev = device;
|
||||
this.debug = debug;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user