Skip to content

Commit

Permalink
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 Nov 16, 2023
1 parent 57eae42 commit 12a3618
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ fastdds::dds::DomainParticipantQos CommonParticipant::reckon_participant_qos_()
qos.properties().properties().emplace_back(
"fastdds.ignore_local_endpoints",
"true");

// Set app properties
qos.properties().properties().emplace_back(
"fastdds.application.id",
Expand All @@ -301,7 +301,7 @@ fastdds::dds::DomainParticipantQos CommonParticipant::reckon_participant_qos_()
"fastdds.application.metadata",
configuration_->app_metadata,
"true");

return qos;
}

Expand Down

0 comments on commit 12a3618

Please sign in to comment.