Skip to content

Commit

Permalink
Refs 10497. Uncrustify.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Feb 17, 2021
1 parent b53bfb0 commit 7f413fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpp/rtps/participant/RTPSParticipantImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ bool RTPSParticipantImpl::createAndAssociateReceiverswithEndpoint(
- Associated the endpoint to the new elements in the list
- Launches the listener thread
*/

if (unique_flows)
{
pend->getAttributes().multicastLocatorList.clear();
Expand Down Expand Up @@ -1153,7 +1153,7 @@ bool RTPSParticipantImpl::createAndAssociateReceiverswithEndpoint(
if (port >= final_unique_port)
{
logError(RTPS_PARTICIPANT, "Unique flows requested but exhausted. Port range: "
<< initial_unique_port << "-" << final_unique_port);
<< initial_unique_port << "-" << final_unique_port);
return false;
}
}
Expand Down

0 comments on commit 7f413fb

Please sign in to comment.