Skip to content

Commit

Permalink
read.c: fix formatting x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jzern committed Mar 18, 2024
1 parent 3445b59 commit 8d8ed47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ static avifMeta * avifMetaCreate()
static void avifMetaDestroy(avifMeta * meta)
{
if (meta == NULL) {
return;
return;
}

for (uint32_t i = 0; i < meta->items.count; ++i) {
Expand Down

0 comments on commit 8d8ed47

Please sign in to comment.