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 kghost committed Feb 19, 2021
1 parent 4f7b86c commit ad741ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/messaging/Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ ExchangeContext * ChannelHandle::NewExchange(ExchangeDelegate * delegate)

void ChannelHandle::Release()
{
if (mAssociation == nullptr) return;
if (mAssociation == nullptr)
return;

mAssociation->mChannelContext->mExchangeManager->ReleaseChannelHandle(mAssociation);
mAssociation = nullptr;
Expand Down

0 comments on commit ad741ee

Please sign in to comment.