Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate committed Sep 1, 2023
1 parent 90d0215 commit 5496aa4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ddspipe_core/src/cpp/core/DdsPipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ void DdsPipe::updated_endpoint_(
const auto& entity = guid_to_entity.second;

if (guid != endpoint.guid &&
entity.active &&
entity.is_reader() &&
entity.topic == endpoint.topic &&
entity.discoverer_participant_id == endpoint.discoverer_participant_id)
entity.active &&
entity.is_reader() &&
entity.topic == endpoint.topic &&
entity.discoverer_participant_id == endpoint.discoverer_participant_id)
{
// There is an active reader other than us.
// If we have been reactivated, there is nothing to do.
Expand Down Expand Up @@ -321,8 +321,8 @@ void DdsPipe::removed_endpoint_nts_(
{
// The bridge does not exist. Error.
logError(DDSPIPE,
"Error finding Bridge for topic " << topic <<
". The Bridge does not exist.");
"Error finding Bridge for topic " << topic <<
". The Bridge does not exist.");
}
else
{
Expand Down

0 comments on commit 5496aa4

Please sign in to comment.