mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
normalize indentation of tests
[skip ci]
This commit is contained in:
parent
b2a84d51f6
commit
da45e6c424
3 changed files with 22 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
int main()
|
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)
|
if (vpx_codec_dec_init(&codec, &vpx_codec_vp8_dx_algo, nullptr, 0) != VPX_CODEC_OK)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue