commit | 197e9edae518390b551265163de04b5240606dc0 | [log] [tgz] |
---|---|---|
author | Joe Subbiani <joe.subbiani@arm.com> | Fri Jul 16 17:47:17 2021 +0100 |
committer | Joe Subbiani <joe.subbiani@arm.com> | Tue Aug 03 14:08:58 2021 +0100 |
tree | 9f380e74f514d8d55f34fabebf0010200e01a750 | |
parent | 281956d5c3702dbd48b3ca25134e79cc12c11c37 [diff] |
Remove trailing white space Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
diff --git a/library/poly1305.c b/library/poly1305.c index 9e90d67..1f35f1d 100644 --- a/library/poly1305.c +++ b/library/poly1305.c
@@ -61,7 +61,7 @@ { /* 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;