Fix astyle issue

This commit is contained in:
Even Rouault 2017-06-17 16:37:56 +02:00
parent 5f596cb283
commit 32b20b93e0
1 changed files with 2 additions and 2 deletions

View File

@ -1182,10 +1182,10 @@ OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* OPJ_RESTRICT tilec,
switch (j) {
case 3:
aj[k + (OPJ_INT32)w * 2] = h.wavelet[k].f[2];
/* FALLTHRU */
/* FALLTHRU */
case 2:
aj[k + (OPJ_INT32)w ] = h.wavelet[k].f[1];
/* FALLTHRU */
/* FALLTHRU */
case 1:
aj[k ] = h.wavelet[k].f[0];
}