mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-27 06:35:22 +00:00
Remove trailing white space
Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
4919bb46b0
commit
51b147add0
@ -61,7 +61,7 @@ static uint64_t mul64( uint32_t a, uint32_t b )
|
||||
{
|
||||
/* a = al + 2**16 ah, b = bl + 2**16 bh */
|
||||
const uint16_t al = (uint16_t) a;
|
||||
const uint16_t bl = (uint16_t) b;
|
||||
const uint16_t bl = (uint16_t) b;
|
||||
const uint16_t ah = a >> 16;
|
||||
const uint16_t bh = b >> 16;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user