mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Indent
This commit is contained in:
parent
0ea62015f2
commit
baa75cd1b8
@ -183,7 +183,7 @@ static int
|
||||
randombytes_getentropy(void * const buf, const size_t size)
|
||||
{
|
||||
if (CCRandomGenerateBytes(buf, size) != kCCSuccess) {
|
||||
return -1;
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user