diff options
| author | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-19 19:21:46 +0200 |
| commit | 20e01b1a03819d843a860284033b48a5e3b65ff7 (patch) | |
| tree | 5b390722b053ce5b448919bda2695d173980ffb5 /src/random.h | |
| parent | Merge pull request #4944 (diff) | |
| download | discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.tar.xz discoin-20e01b1a03819d843a860284033b48a5e3b65ff7.zip | |
Apply clang-format on some infrequently-updated files
Diffstat (limited to 'src/random.h')
| -rw-r--r-- | src/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.h b/src/random.h index a599b0847..161ebe898 100644 --- a/src/random.h +++ b/src/random.h @@ -19,7 +19,7 @@ void RandAddSeedPerfmon(); /** * Functions to gather random data via the OpenSSL PRNG */ -bool GetRandBytes(unsigned char *buf, int num); +bool GetRandBytes(unsigned char* buf, int num); uint64_t GetRand(uint64_t nMax); int GetRandInt(int nMax); uint256 GetRandHash(); |