Skip to content

Commit 0a5f615

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by whitespace
1 parent 6ea5276 commit 0a5f615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/darwin/Framework/CHIP/MTROTAProviderDelegateBridge.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ bool GetPeerNodeInfo(CommandHandler * commandHandler, const ConcreteCommandPath
262262
// session with another requestor when we get this query image request. We do not want to interrupt the
263263
// ongoing transfer instead just respond to the second requestor with a busy status and a delayedActionTime
264264
// in which the requestor can retry.
265-
return;
265+
return;
266266
}
267267

268268
char uriBuffer[kMaxBDXURILen];

src/darwin/Framework/CHIP/MTROTAUnsolicitedBDXMessageHandler.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
MTROTAUnsolicitedBDXMessageHandler::mNumberOfDelegates = 0;
4343
VerifyOrReturn(mExchangeMgr != nullptr, CHIP_ERROR_INCORRECT_STATE);
44-
44+
4545
mExchangeMgr->UnregisterUnsolicitedMessageHandlerForProtocol(Protocols::BDX::Id);
4646
}
4747

src/protocols/bdx/AsyncTransferFacilitator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class AsyncResponder : public AsyncTransferFacilitator
118118
* that it has handled the OutputEvent specified in event and returns an error code (if any) or success in the error paramter.
119119
* Once this is called the AsyncTransferFacilitator either aborts the transfer if an error has ocurred or drives the TransferSession
120120
* state machine to generate the next output events to establish and continue the BDX session further.
121-
*
121+
*
122122
*
123123
* @param[in] event The OutputEvent that was handled by the subclass.
124124
* @param[in] error The error code that occured when handling the event if an error occurs. Otherwise has CHIP_NO_ERROR.

0 commit comments

Comments
 (0)