normalize indentation of tests

[skip ci]
This commit is contained in:
alexey.lysiuk 2021-05-15 15:36:34 +03:00
parent b2a84d51f6
commit da45e6c424
3 changed files with 22 additions and 22 deletions

View file

@ -3,7 +3,7 @@
int main()
{
vpx_codec_ctx_t codec;
vpx_codec_ctx_t1 codec;
if (vpx_codec_dec_init(&codec, &vpx_codec_vp8_dx_algo, nullptr, 0) != VPX_CODEC_OK)
{