mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed else statements.
This commit is contained in:
@@ -1153,7 +1153,8 @@ namespace DiscImageChef.DiscImages
|
||||
|
||||
throw new FeatureNotPresentImageException("Lead-out not present in disk image");
|
||||
}
|
||||
else throw new FeatureUnsupportedImageException("Feature not supported by image format");
|
||||
|
||||
throw new FeatureUnsupportedImageException("Feature not supported by image format");
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -1442,7 +1443,8 @@ namespace DiscImageChef.DiscImages
|
||||
getbuf <<= 1;
|
||||
getlen--;
|
||||
if(i < 0) return 1;
|
||||
else return 0;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int GetByte() /* get a byte */
|
||||
|
||||
Reference in New Issue
Block a user