REFACTOR: Use preferred braces style.

This commit is contained in:
2017-12-21 00:44:33 +00:00
parent b897eefa70
commit 69b66c47f5
13 changed files with 0 additions and 45 deletions

View File

@@ -237,7 +237,6 @@ namespace DiscImageChef.Decoders.CD
#endif
foreach(CDTextPack descriptor in response.DataPacks)
{
if((descriptor.HeaderID1 & 0x80) != 0x80)
{
// Ignore NOPs
@@ -366,7 +365,6 @@ namespace DiscImageChef.Decoders.CD
sb.AppendFormat("CRC: 0x{0:X4}", descriptor.CRC).AppendLine();
}
}
return sb.ToString();
}