Skip to content

Commit b8c7505

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by clang-format
1 parent f11a57d commit b8c7505

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/protocols/bdx/BdxTransferSession.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ class DLL_EXPORT TransferSession
172172
* the caller will get an event of type OutputEventType::kNone.
173173
*
174174
* It is possible that consecutive calls to this method may emit different outputs depending on the state of the
175-
* TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type OutputEventType::kNone.
175+
* TransferSession object. The caller is generally expected to keep calling this method until it gets an event of type
176+
* OutputEventType::kNone.
176177
*
177178
* If the output event type is kMsgToSend, the caller is expected to send the message immediately on the
178179
* relevant exchange. In this case the BDX session timeout timer will start when GetNextAction is called.

0 commit comments

Comments
 (0)