commit | 11999bb72ec165f4762f23a894f91d91c1adfa7a | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Tue Mar 13 15:22:58 2018 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Tue May 15 09:21:57 2018 +0100 |
tree | 6c381396022b2044559d23b0e2e8ded93aac6f25 | |
parent | cdd97fd63282779907a37b6a785bfbcf1b8fa964 [diff] [blame] |
Fix minor code style issues
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index 1390f9f..bf65bda 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -281,7 +281,7 @@ #if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) && \ !defined(TEST_SUITE_MEMORY_BUFFER_ALLOC) unsigned char alloc_buf[1000000]; -#endif +#endif /* Platform setup should be called in the beginning */ ret = platform_setup(); if( ret != 0 )