Revert "Style fix, deleted whitespace."

This reverts commit 998366be07.
This commit is contained in:
Eharve14 2022-01-15 21:01:39 -05:00
parent 76d50ceeb9
commit a46ab03f33
1 changed files with 1 additions and 1 deletions

View File

@ -3369,7 +3369,7 @@ OPJ_BOOL opj_dwt_decode_tile_97(opj_thread_pool_t* tp,
aj += w * NB_ELTS_V8;
}
} else {
OPJ_UINT32 num_jobs;
OPJ_UINT32 num_jobs;
OPJ_UINT32 step_j;
num_jobs = rh / NB_ELTS_V8;
step_j = ((rh / num_jobs) / NB_ELTS_V8) * NB_ELTS_V8;