mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
convert C-style (void) parameter lists to C++ style ()
This commit is contained in:
@@ -200,7 +200,7 @@ static void TestChaCha20(const std::string &hexkey, uint64_t nonce, uint64_t see
|
||||
BOOST_CHECK(out == outres);
|
||||
}
|
||||
|
||||
static std::string LongTestString(void) {
|
||||
static std::string LongTestString() {
|
||||
std::string ret;
|
||||
for (int i=0; i<200000; i++) {
|
||||
ret += (unsigned char)(i);
|
||||
|
||||
Reference in New Issue
Block a user