Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Jan 30, 2025
1 parent e3aa8b3 commit d4cee81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/protocols/bdx/AsyncTransferFacilitator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ void AsyncResponder::NotifyEventHandled(const TransferSession::OutputEventType e
// the transfer session to handle end-of-transfer (e.g. in some error conditions it might want to send
// out a status report).
if (eventType == TransferSession::OutputEventType::kAckEOFReceived ||
eventType == TransferSession::OutputEventType::kInternalError ||
eventType == TransferSession::OutputEventType::kTransferTimeout)
eventType == TransferSession::OutputEventType::kInternalError ||
eventType == TransferSession::OutputEventType::kTransferTimeout)
{
mDestroySelfAfterProcessingEvents = true;
}
Expand Down

0 comments on commit d4cee81

Please sign in to comment.