mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] General reformat and clean-up.
This commit is contained in:
@@ -290,8 +290,9 @@ public static partial class Decoders
|
||||
unit = "";
|
||||
|
||||
for(int cl = 0, mask = 1; cl <= 11; cl++, mask <<= 1)
|
||||
if((csd.Classes & mask) == mask)
|
||||
unit += $" {cl}";
|
||||
{
|
||||
if((csd.Classes & mask) == mask) unit += $" {cl}";
|
||||
}
|
||||
|
||||
sb.AppendFormat("\t" + Localization.Device_support_command_classes_0, unit).AppendLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user