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:
@@ -501,7 +501,7 @@ namespace DiscImageChef.DiscImages
|
||||
cnt++;
|
||||
val >>= 1;
|
||||
}
|
||||
if((val & 0x1) == 0) { cnt++; }
|
||||
if((val & 0x1) == 0) cnt++;
|
||||
|
||||
return cnt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user