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 Nov 13, 2023
1 parent 9bcb22e commit 1568f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ void Configuration::load_dds_configuration_(

// Create the internal communication (built-in) topics
const auto& participant_internal_topic = utils::Heritable<DistributedTopic>::make_heritable(
spy::participants::participant_info_topic());
spy::participants::participant_info_topic());
const auto& endpoint_internal_topic = utils::Heritable<DistributedTopic>::make_heritable(
spy::participants::endpoint_info_topic());
spy::participants::endpoint_info_topic());

ddspipe_configuration.builtin_topics.insert(participant_internal_topic);
ddspipe_configuration.builtin_topics.insert(endpoint_internal_topic);
Expand Down

0 comments on commit 1568f8e

Please sign in to comment.