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 hnnajh committed May 17, 2024
1 parent 4e79b91 commit bc9c12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/OperationalSessionSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ CHIP_ERROR OperationalSessionSetup::EstablishConnection(const ResolveResult & re
#if INET_CONFIG_ENABLE_TCP_ENDPOINT
// TODO: Combine LargePayload flag with DNS-SD advertisements from peer.
// Issue #32348.
if (mTransportPayloadCapability == TransportPayloadCapability::kLargePayload &&
result.supportsTcpServer && result.supportsTcpClient)
if (mTransportPayloadCapability == TransportPayloadCapability::kLargePayload && result.supportsTcpServer &&
result.supportsTcpClient)
{
// Set the transport type for carrying large payloads
mDeviceAddress.SetTransportType(chip::Transport::Type::kTcp);
Expand Down

0 comments on commit bc9c12d

Please sign in to comment.