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:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -279,7 +279,6 @@ namespace DiscImageChef.Decoders.DVD
|
||||
sb.AppendFormat("DDS has been updated {0} times", decoded.UpdateCount).AppendLine();
|
||||
|
||||
if(decoded.Groups == 24)
|
||||
{
|
||||
for(int i = 0; i < decoded.GroupCertificationFlags.Length; i++)
|
||||
{
|
||||
if(decoded.GroupCertificationFlags[i].InProcess)
|
||||
@@ -291,7 +290,6 @@ namespace DiscImageChef.Decoders.DVD
|
||||
if(decoded.GroupCertificationFlags[i].UserCertification)
|
||||
sb.AppendFormat("Group {0} has been certified by an user", i).AppendLine();
|
||||
}
|
||||
}
|
||||
|
||||
if(decoded.Groups == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user