Skip to content

Commit

Permalink
Fixed clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed Apr 16, 2024
1 parent 2ce2e46 commit 58f5dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/src/Ice/ConnectionI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1589,8 +1589,7 @@ Ice::ConnectionI::message(ThreadPoolCurrent& current)
if (readyOp & SocketOperationRead)
{
// At this point, the protocol message is fully read and can therefore be decoded by parseMessage.

// parseMessage what operation to wait for readiness.
// parseMessage returns the operation to wait for readiness next.
newOp = static_cast<SocketOperation>(
newOp | parseMessage(
current.stream,
Expand All @@ -1603,7 +1602,6 @@ Ice::ConnectionI::message(ThreadPoolCurrent& current)
upcallCount));
}


if (readyOp & SocketOperationWrite)
{
// At this point the message from _writeStream is fully written and the next message can be written.
Expand Down

0 comments on commit 58f5dd4

Please sign in to comment.