style: remove extra white space

pull/826/head
Vasil Dimov 4 years ago
parent 9712f75746
commit 5198a02de4
No known key found for this signature in database
GPG Key ID: 54DF06F64B55CBBF

@ -7,7 +7,7 @@
#include <util/rbf.h>
#include <version.h>
bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred ) const
bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred) const
{
if (!m_fuzzed_data_provider.ConsumeBool()) {
return false;

Loading…
Cancel
Save