Whitespace cleanup.

This commit is contained in:
Robert G. Jakabosky 2022-01-29 20:50:45 +08:00
parent c9cf6de341
commit 422171f796
No known key found for this signature in database
GPG Key ID: 0C38AF433FE0B1C0
4 changed files with 18 additions and 20 deletions

View File

@ -449,10 +449,8 @@ OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec,
return OPJ_TRUE;
}
return OPJ_FALSE;
}
OPJ_BOOL OPJ_CALLCONV opj_read_header(opj_stream_t *p_stream,
opj_codec_t *p_codec,
opj_image_t **p_image)