Removes trailing whitespace

Travis found and complained about a trailing whitespace.
This commit removes the error.

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney 2022-04-06 15:29:27 +01:00
parent 28428f45c7
commit d868d0f7a0

View File

@ -2534,7 +2534,7 @@ void aead_decrypt_setup( int key_type_arg, data_t *key_data,
TEST_EQUAL( mbedtls_test_driver_aead_hooks.hits_abort,
forced_status == PSA_SUCCESS ? 1 : 0 );
ASSERT_COMPARE( expected_result->x, expected_result->len,
output_data, output_length + verify_output_length );
}