Skip to content

Commit 61e32ad

Browse files
committed
apply restyled patch
1 parent e5dda15 commit 61e32ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/inet/tests/TestInetAddress.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ struct TestContext
149149

150150
TestContext(const IPAddressContextRange IPv6WellKnown, const IPAddressContextRange IPv6Transient,
151151
const IPAddressContextRange IPv6Prefix, const IPAddressExpandedContextRange IPv6AddressExpanded) :
152-
mIPv6WellKnownMulticastContextRange(IPv6WellKnown), mIPv6TransientMulticastContextRange(IPv6Transient),
153-
mIPv6PrefixMulticastContextRange(IPv6Prefix), mIPAddressExpandedContextRange(IPv6AddressExpanded){};
152+
mIPv6WellKnownMulticastContextRange(IPv6WellKnown),
153+
mIPv6TransientMulticastContextRange(IPv6Transient), mIPv6PrefixMulticastContextRange(IPv6Prefix),
154+
mIPAddressExpandedContextRange(IPv6AddressExpanded){};
154155
};
155156

156157
// Global Variables

0 commit comments

Comments
 (0)