REFACTOR: Use preferred braces style.

This commit is contained in:
2017-12-21 00:44:33 +00:00
parent e9443388ee
commit bce69c9161
171 changed files with 5 additions and 1412 deletions

View File

@@ -223,10 +223,8 @@ namespace DiscImageChef.Decoders.MMC
double unit;
if((csd.HPIFeatures & 0x01) == 0x01)
{
if((csd.HPIFeatures & 0x02) == 0x02) sb.AppendLine("\tDevice implements HPI using CMD12");
else sb.AppendLine("\tDevice implements HPI using CMD13");
}
if((csd.BackgroundOperationsSupport & 0x01) == 0x01)
sb.AppendLine("\tDevice supports background operations");