Skip to content

Commit

Permalink
Refs #20179: 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 Jan 18, 2024
1 parent 3ab631c commit a283e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/TCPTransportInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ bool TCPTransportInterface::is_localhost_allowed() const
}

void TCPTransportInterface::fill_local_physical_port(
Locator& locator) const
Locator& locator) const
{
if (!configuration()->listening_ports.empty())
{
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/rtps/transport/TCPTransportInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class TCPTransportInterface : public TransportInterface
* @param locator locator to be filled.
*/
void fill_local_physical_port(
Locator& locator) const;
Locator& locator) const;
};

} // namespace rtps
Expand Down

0 comments on commit a283e19

Please sign in to comment.