mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 07:51:08 +02:00
style: remove extra white space
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#include <util/rbf.h>
|
#include <util/rbf.h>
|
||||||
#include <version.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()) {
|
if (!m_fuzzed_data_provider.ConsumeBool()) {
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user