Fix style issues
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
24e9a32c83
commit
ae942ece47
1 changed files with 4 additions and 4 deletions
|
@ -69,14 +69,14 @@ typedef struct mbedtls_test_thread_t {
|
||||||
#endif /* MBEDTLS_THREADING_ALT*/
|
#endif /* MBEDTLS_THREADING_ALT*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief The function pointers for thread create and thread
|
* \brief The function pointers for thread create and thread
|
||||||
* join.
|
* join.
|
||||||
*
|
*
|
||||||
* \note These functions are part of the testing API only and
|
* \note These functions are part of the testing API only
|
||||||
* thus not considered part of the public API of
|
* and thus not considered part of the public API of
|
||||||
* MbedTLS and thus may change without notice.
|
* MbedTLS and thus may change without notice.
|
||||||
*
|
*
|
||||||
* \note All these functions are expected to work or
|
* \note All these functions are expected to work or
|
||||||
* the result will be undefined.
|
* the result will be undefined.
|
||||||
*/
|
*/
|
||||||
extern int (*mbedtls_test_thread_create)(mbedtls_test_thread_t *thread,
|
extern int (*mbedtls_test_thread_create)(mbedtls_test_thread_t *thread,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue