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:
@@ -63,8 +63,9 @@ public sealed partial class Cpcdsk
|
||||
int pos;
|
||||
|
||||
for(pos = 0; pos < 254; pos++)
|
||||
if(headerB[pos] == 0x0D && headerB[pos + 1] == 0x0A)
|
||||
break;
|
||||
{
|
||||
if(headerB[pos] == 0x0D && headerB[pos + 1] == 0x0A) break;
|
||||
}
|
||||
|
||||
if(pos >= 254) return ErrorNumber.InvalidArgument;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user