We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9712f75 commit 5198a02Copy full SHA for 5198a02
src/test/fuzz/util.cpp
@@ -7,7 +7,7 @@
7
#include <util/rbf.h>
8
#include <version.h>
9
10
-bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred ) const
+bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred) const
11
{
12
if (!m_fuzzed_data_provider.ConsumeBool()) {
13
return false;
0 commit comments