mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Indent
This commit is contained in:
@@ -514,8 +514,8 @@ equal(signed char b, signed char c)
|
||||
static unsigned char
|
||||
negative(signed char b)
|
||||
{
|
||||
uint64_t x =
|
||||
b; /* 18446744073709551361..18446744073709551615: yes; 0..255: no */
|
||||
/* 18446744073709551361..18446744073709551615: yes; 0..255: no */
|
||||
uint64_t x = b;
|
||||
|
||||
x >>= 63; /* 1: yes; 0: no */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user