Remove trailing whitespaces

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
Joe Subbiani 2021-07-13 12:13:19 +01:00
parent 54550f7fca
commit f5462d989c

View File

@ -108,7 +108,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
/**
* Put in memory a 32 bits unsigned integer in big-endian order.
*
* \param n 32 bits unsigned integer to put in memory
* \param n 32 bits unsigned integer to put in memory.
* \param data Base address of the memory where to put the 32
* bits unsigned integer in.
* \param offset Offset from \p base where to put the most significant
@ -146,7 +146,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
/**
* Put in memory a 32 bits unsigned integer in little-endian order.
*
* \param n 32 bits unsigned integer to put in memory
* \param n 32 bits unsigned integer to put in memory.
* \param data Base address of the memory where to put the 32
* bits unsigned integer in.
* \param offset Offset from \p base where to put the least significant
@ -182,7 +182,7 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
/**
* Put in memory a 16 bits unsigned integer in little-endian order.
*
* \param n 16 bits unsigned integer to put in memory
* \param n 16 bits unsigned integer to put in memory.
* \param data Base address of the memory where to put the 16
* bits unsigned integer in.
* \param offset Offset from \p base where to put the least significant