Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and nivi-apple committed Sep 6, 2024
1 parent f11a57d commit b8c7505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/protocols/bdx/BdxTransferSession.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ class DLL_EXPORT TransferSession
* the caller will get an event of type OutputEventType::kNone.
*
* It is possible that consecutive calls to this method may emit different outputs depending on the state of the
* TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type OutputEventType::kNone.
* TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type
* OutputEventType::kNone.
*
* If the output event type is kMsgToSend, the caller is expected to send the message immediately on the
* relevant exchange. In this case the BDX session timeout timer will start when GetNextAction is called.
Expand Down

0 comments on commit b8c7505

Please sign in to comment.