Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Mar 21, 2024
1 parent b9fe959 commit 878e37e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/src/Ice/OutgoingAsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,7 @@ OutgoingAsyncBase::cancel()
}

void
OutgoingAsyncBase::attachRemoteObserver(
const ConnectionInfoPtr& c,
const EndpointPtr& endpt,
std::int32_t requestId)
OutgoingAsyncBase::attachRemoteObserver(const ConnectionInfoPtr& c, const EndpointPtr& endpt, std::int32_t requestId)
{
const std::int32_t size = static_cast<std::int32_t>(_os.b.size() - headerSize - 4);
_childObserver.attach(getObserver().getRemoteObserver(c, endpt, requestId, size));
Expand Down

0 comments on commit 878e37e

Please sign in to comment.