More newline and whitespace cleanups

This commit is contained in:
Jasmine Iwanek
2022-02-20 02:26:27 -05:00
parent a66e392b26
commit 4674756664
401 changed files with 6985 additions and 6985 deletions

View File

@@ -177,7 +177,7 @@ image_is_track_pre(cdrom_t *dev, uint32_t lba)
}
static int
static int
image_sector_size(struct cdrom *dev, uint32_t lba)
{
cd_img_t *img = (cd_img_t *)dev->image;
@@ -280,7 +280,7 @@ cdrom_image_open(cdrom_t *dev, const char *fn)
/* This guarantees that if ops is not NULL, then
neither is the image pointer. */
if (!img)
if (!img)
return image_open_abort(dev);
memset(img, 0, sizeof(cd_img_t));