mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Indent
This commit is contained in:
@@ -173,7 +173,7 @@ randombytes_salsa20_random_random_dev_open(void)
|
||||
# endif
|
||||
"/dev/random", NULL
|
||||
};
|
||||
const char ** device = devices;
|
||||
const char **device = devices;
|
||||
int fd;
|
||||
|
||||
# if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL)
|
||||
|
||||
@@ -157,7 +157,7 @@ randombytes_sysrandom_random_dev_open(void)
|
||||
# endif
|
||||
"/dev/random", NULL
|
||||
};
|
||||
const char ** device = devices;
|
||||
const char **device = devices;
|
||||
int fd;
|
||||
|
||||
# if defined(__linux__) && !defined(USE_BLOCKING_RANDOM) && !defined(NO_BLOCKING_RANDOM_POLL)
|
||||
|
||||
Reference in New Issue
Block a user