mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-27 12:17:12 +09:00
Confusing indentation
This commit is contained in:
@@ -147,7 +147,7 @@ randombytes_salsa20_random_random_dev_open(void)
|
||||
/* LCOV_EXCL_STOP */
|
||||
}
|
||||
|
||||
#ifdef SYS_getrandom
|
||||
# ifdef SYS_getrandom
|
||||
static int
|
||||
_randombytes_linux_getrandom(void * const buf, const size_t size)
|
||||
{
|
||||
@@ -181,7 +181,7 @@ randombytes_linux_getrandom(void * const buf_, size_t size)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
static void
|
||||
randombytes_salsa20_random_init(void)
|
||||
|
||||
Reference in New Issue
Block a user