Skip to content

Commit ac8c8fc

Browse files
restyled-commitsyunhanw-google
authored andcommitted
Restyled by clang-format
1 parent f764e28 commit ac8c8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/bdx/TransferFacilitator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class TransferFacilitator : public Messaging::ExchangeDelegate, public Messaging
9797

9898
TransferSession mTransfer;
9999
Messaging::ExchangeContext * mExchangeCtx = nullptr;
100-
System::Layer * mSystemLayer = nullptr;
100+
System::Layer * mSystemLayer = nullptr;
101101
System::Clock::Timeout mPollFreq;
102102
static constexpr System::Clock::Timeout kDefaultPollFreq = System::Clock::Milliseconds32(500);
103103
static constexpr System::Clock::Timeout kImmediatePollDelay = System::Clock::Milliseconds32(1);

0 commit comments

Comments
 (0)