mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Remove trailing whitespace
Trailing white spaces causing check_files.py to fail Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
@ -67,8 +67,8 @@ extern void (*mbedtls_test_hook_test_fail)( const char * test, int line, const c
|
||||
#define MBEDTLS_ALLOW_PRIVATE_ACCESS
|
||||
|
||||
/** Byte Reading Macros
|
||||
*
|
||||
* To tidy up code and save horizontal and vertical space, use byte
|
||||
*
|
||||
* To tidy up code and save horizontal and vertical space, use byte
|
||||
* reading macros to cast
|
||||
*/
|
||||
#define BYTE_0( x ) ( (uint8_t) ( ( x ) & 0xff ) )
|
||||
@ -122,7 +122,7 @@ do { \
|
||||
} while( 0 )
|
||||
#endif
|
||||
|
||||
/**
|
||||
/**
|
||||
* 32-bit integer conversion from bytes (little endian)
|
||||
*/
|
||||
#define BYTES_TO_U32_LE( data, offset ) \
|
||||
|
Reference in New Issue
Block a user