mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-26 02:05:12 +00:00
Remove trailing whitespace
Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
d3a3f21ad5
commit
8799e54a21
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
/** Byte Reading Macros
|
/** Byte Reading Macros
|
||||||
*
|
*
|
||||||
* Given a multi-byte integer \p x, MBEDTLS_BYTE_n retrieves the n-th
|
* Given a multi-byte integer \p x, MBEDTLS_BYTE_n retrieves the n-th
|
||||||
* byte from x, where byte 0 is the least significant byte.
|
* byte from x, where byte 0 is the least significant byte.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_BYTE_0( x ) ( (uint8_t) ( ( x ) & 0xff ) )
|
#define MBEDTLS_BYTE_0( x ) ( (uint8_t) ( ( x ) & 0xff ) )
|
||||||
|
|
Loading…
Reference in a new issue