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:
@@ -175,7 +175,6 @@ namespace DiscImageChef.Decoders.DVD
|
||||
}
|
||||
|
||||
if(decoded.MSWI)
|
||||
{
|
||||
switch(decoded.RAMSWI)
|
||||
{
|
||||
case 0: break;
|
||||
@@ -190,7 +189,6 @@ namespace DiscImageChef.Decoders.DVD
|
||||
.AppendLine();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user