1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avutil/tests/aes_ctr: reindent after the previous commit

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2025-04-03 17:48:30 -03:00
parent 19085287b4
commit 462d35dc72

View File

@ -69,8 +69,8 @@ int main (void)
av_log(NULL, AV_LOG_ERROR, "test failed\n"); av_log(NULL, AV_LOG_ERROR, "test failed\n");
goto ERROR; goto ERROR;
} }
av_aes_ctr_crypt(ad, tmp, tmp, sizeof(tmp));
av_aes_ctr_crypt(ad, tmp, tmp, sizeof(tmp));
if (memcmp(tmp, plain, sizeof(tmp)) != 0){ if (memcmp(tmp, plain, sizeof(tmp)) != 0){
av_log(NULL, AV_LOG_ERROR, "test failed\n"); av_log(NULL, AV_LOG_ERROR, "test failed\n");
goto ERROR; goto ERROR;