Fix code formatting

This commit is contained in:
Even Rouault 2021-07-12 15:59:41 +02:00
parent 67f8a1e430
commit 08ba6a1638
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 3 deletions

View File

@ -7100,9 +7100,7 @@ static OPJ_BOOL opj_j2k_is_imf_compliant(opj_cparameters_t *parameters,
"-> Non-IMF codestream will be generated\n",
mainlevel);
ret = OPJ_FALSE;
}
else
{
} else {
/* Validate sublevel */
assert(sizeof(tabMaxSubLevelFromMainLevel) ==
(OPJ_IMF_MAINLEVEL_MAX + 1) * sizeof(tabMaxSubLevelFromMainLevel[0]));