commit | 6b13afe1a5295ef092a30dba32d3d8ae7c1d9a07 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Tue Aug 21 16:11:13 2018 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Tue Aug 21 16:11:13 2018 +0300 |
tree | 6cbcb080659be495788f75e5b105abc2327b3a2a | |
parent | 94347133684093e57668a8b4775735b31d3cdbfc [diff] |
Fix indentation Fix indentation in the test.
diff --git a/tests/suites/test_suite_nist_kw.function b/tests/suites/test_suite_nist_kw.function index 5d0cd80..ae3ef80 100644 --- a/tests/suites/test_suite_nist_kw.function +++ b/tests/suites/test_suite_nist_kw.function
@@ -167,7 +167,7 @@ if( out_len != 0 ) { ciphertext = mbedtls_calloc( 1, output_len ); - TEST_ASSERT( ciphertext != NULL ); + TEST_ASSERT( ciphertext != NULL ); } memset( plaintext, 0, in_len );