Fix code formatting
authorEven Rouault <even.rouault@spatialys.com>
Mon, 12 Jul 2021 13:59:41 +0000 (15:59 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Mon, 12 Jul 2021 13:59:41 +0000 (15:59 +0200)
src/lib/openjp2/j2k.c

index c9aa4eee8fee26f7c025d09ce2d501bf91d4cbb9..05b5586a9ece92029e82425abafc8d10a0347993 100644 (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]));