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:
@@ -496,7 +496,7 @@ namespace DiscImageChef.Devices.Windows
|
||||
uint k = 0;
|
||||
if(!Extern.DeviceIoControlGetDeviceNumber(deviceHandle, WindowsIoctl.IoctlStorageGetDeviceNumber,
|
||||
IntPtr.Zero, 0, ref sdn, (uint)Marshal.SizeOf(sdn), ref k,
|
||||
IntPtr.Zero)) { return uint.MaxValue; }
|
||||
IntPtr.Zero)) return uint.MaxValue;
|
||||
|
||||
return (uint)sdn.deviceNumber;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user