Indentation wankery
This commit is contained in:
parent
68822dab0a
commit
40d6182ecd
@ -23,10 +23,10 @@
|
||||
|
||||
typedef struct SysRandom_ {
|
||||
#ifdef _WIN32
|
||||
HCRYPTPROV hcrypt_prov;
|
||||
HCRYPTPROV hcrypt_prov;
|
||||
#endif
|
||||
int random_data_source_fd;
|
||||
_Bool initialized;
|
||||
int random_data_source_fd;
|
||||
_Bool initialized;
|
||||
} SysRandom;
|
||||
|
||||
static SysRandom stream = {
|
||||
|
Loading…
Reference in New Issue
Block a user