1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

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

@ -87,12 +87,12 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
#define MBEDTLS_CHAR_7( x ) ( (unsigned char) ( ( ( x ) >> 56 ) & 0xff ) ) #define MBEDTLS_CHAR_7( x ) ( (unsigned char) ( ( ( x ) >> 56 ) & 0xff ) )
/** /**
* Get the unsigned 32 bits integer corresponding to four bytes in * Get the unsigned 32 bits integer corresponding to four bytes in
* big-endian order (MSB first). * big-endian order (MSB first).
* *
* \param data Base address of the memory to get the four bytes from. * \param data Base address of the memory to get the four bytes from.
* \param offset Offset from \p base of the first and most significant * \param offset Offset from \p base of the first and most significant
* byte of the four bytes to build the 32 bits unsigned * byte of the four bytes to build the 32 bits unsigned
* integer from. * integer from.
*/ */
#ifndef MBEDTLS_GET_UINT32_BE #ifndef MBEDTLS_GET_UINT32_BE
@ -108,10 +108,10 @@ 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. * 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 * \param data Base address of the memory where to put the 32
* bits unsigned integer in. * bits unsigned integer in.
* \param offset Offset from \p base where to put the most significant * \param offset Offset from \p base where to put the most significant
* byte of the 32 bits unsigned integer \p n. * byte of the 32 bits unsigned integer \p n.
*/ */
#ifndef MBEDTLS_PUT_UINT32_BE #ifndef MBEDTLS_PUT_UINT32_BE
@ -125,12 +125,12 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
#endif #endif
/** /**
* Get the unsigned 32 bits integer corresponding to four bytes in * Get the unsigned 32 bits integer corresponding to four bytes in
* little-endian order (LSB first). * little-endian order (LSB first).
* *
* \param data Base address of the memory to get the four bytes from. * \param data Base address of the memory to get the four bytes from.
* \param offset Offset from \p base of the first and least significant * \param offset Offset from \p base of the first and least significant
* byte of the four bytes to build the 32 bits unsigned * byte of the four bytes to build the 32 bits unsigned
* integer from. * integer from.
*/ */
#ifndef MBEDTLS_GET_UINT32_LE #ifndef MBEDTLS_GET_UINT32_LE
@ -146,10 +146,10 @@ 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. * 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 * \param data Base address of the memory where to put the 32
* bits unsigned integer in. * bits unsigned integer in.
* \param offset Offset from \p base where to put the least significant * \param offset Offset from \p base where to put the least significant
* byte of the 32 bits unsigned integer \p n. * byte of the 32 bits unsigned integer \p n.
*/ */
#ifndef MBEDTLS_PUT_UINT32_LE #ifndef MBEDTLS_PUT_UINT32_LE
@ -163,12 +163,12 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
#endif #endif
/** /**
* Get the unsigned 16 bits integer corresponding to four bytes in * Get the unsigned 16 bits integer corresponding to four bytes in
* little-endian order (LSB first). * little-endian order (LSB first).
* *
* \param data Base address of the memory to get the four bytes from. * \param data Base address of the memory to get the four bytes from.
* \param offset Offset from \p base of the first and least significant * \param offset Offset from \p base of the first and least significant
* byte of the four bytes to build the 16 bits unsigned * byte of the four bytes to build the 16 bits unsigned
* integer from. * integer from.
*/ */
#ifndef MBEDTLS_GET_UINT16_LE #ifndef MBEDTLS_GET_UINT16_LE
@ -182,10 +182,10 @@ 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. * 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 * \param data Base address of the memory where to put the 16
* bits unsigned integer in. * bits unsigned integer in.
* \param offset Offset from \p base where to put the least significant * \param offset Offset from \p base where to put the least significant
* byte of the 16 bits unsigned integer \p n. * byte of the 16 bits unsigned integer \p n.
*/ */
#ifndef MBEDTLS_PUT_UINT16_LE #ifndef MBEDTLS_PUT_UINT16_LE