Skip to content

Commit 9ce6ee0

Browse files
restyled-commitsQuentinCaldeira-eaton
authored andcommittedJun 28, 2024
Restyled by clang-format
1 parent a3d43a0 commit 9ce6ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/inet/UDPEndPointImplSockets.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,9 @@ CHIP_ERROR UDPEndPointImplSockets::IPv4JoinLeaveMulticastGroupImpl(InterfaceId a
784784
#if INET_CONFIG_UDP_SOCKET_MREQN
785785
struct ip_mreqn lMulticastRequest;
786786
memset(&lMulticastRequest, 0, sizeof(lMulticastRequest));
787-
lMulticastRequest.imr_ifindex = aInterfaceId.GetPlatformInterface(); /* Network interface index */
788-
lMulticastRequest.imr_address = interfaceAddr; /* IP address of local interface */
789-
lMulticastRequest.imr_multiaddr = aAddress.ToIPv4(); /* IP multicast group address*/
787+
lMulticastRequest.imr_ifindex = aInterfaceId.GetPlatformInterface(); /* Network interface index */
788+
lMulticastRequest.imr_address = interfaceAddr; /* IP address of local interface */
789+
lMulticastRequest.imr_multiaddr = aAddress.ToIPv4(); /* IP multicast group address*/
790790

791791
#else
792792

0 commit comments

Comments
 (0)