mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 10:21:22 +02:00
style: remove extra white space
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user