mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -44,7 +44,6 @@ namespace DiscImageChef.Devices
|
||||
~Device()
|
||||
{
|
||||
if(fd != null)
|
||||
{
|
||||
switch(platformId)
|
||||
{
|
||||
case Interop.PlatformID.Win32NT:
|
||||
@@ -57,7 +56,6 @@ namespace DiscImageChef.Devices
|
||||
FreeBSD.Extern.cam_close_device((IntPtr)fd);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user