From ad741ee3fcd1a84e8223cdc7a5577adb1c84c567 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 9 Feb 2021 15:01:10 +0000 Subject: [PATCH] Restyled by clang-format --- src/messaging/Channel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/messaging/Channel.cpp b/src/messaging/Channel.cpp index 777e631a870154..1134fc807ccb67 100644 --- a/src/messaging/Channel.cpp +++ b/src/messaging/Channel.cpp @@ -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;