mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Indentation
This commit is contained in:
@@ -58,8 +58,8 @@ randombytes_sysrandom_close(void)
|
||||
#else /* __OpenBSD__ */
|
||||
|
||||
typedef struct SysRandom_ {
|
||||
int random_data_source_fd;
|
||||
int initialized;
|
||||
int random_data_source_fd;
|
||||
int initialized;
|
||||
} SysRandom;
|
||||
|
||||
static SysRandom stream = {
|
||||
|
||||
Reference in New Issue
Block a user