Skip to content

Commit

Permalink
Refs #20120: Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi committed Feb 1, 2024
1 parent c9701a3 commit 07bfc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox/common/BlackboxTestsTransportTCP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ TEST(TransportTCP, TCPv4_transport_sanitizer)
client->disable_builtin_transport().add_user_transport_to_pparams(client_transport);
Locator_t initialPeerLocator;
initialPeerLocator.kind = LOCATOR_KIND_TCPv4;
IPLocator::setIPv4(initialPeerLocator, 127,0,0,1);
IPLocator::setIPv4(initialPeerLocator, 127, 0, 0, 1);
initialPeerLocator.port = server_port;
LocatorList_t initial_peer_list;
initial_peer_list.push_back(initialPeerLocator);
Expand Down

0 comments on commit 07bfc00

Please sign in to comment.