mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -268,9 +268,7 @@ namespace DiscImageChef.Server.App_Start
|
||||
}
|
||||
|
||||
if(inquiry.VersionDescriptors != null)
|
||||
{
|
||||
foreach(ushort VersionDescriptor in inquiry.VersionDescriptors)
|
||||
{
|
||||
switch(VersionDescriptor)
|
||||
{
|
||||
case 0xFFFF:
|
||||
@@ -1701,8 +1699,6 @@ namespace DiscImageChef.Server.App_Start
|
||||
VersionDescriptor));
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return scsiOneValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user