Skip to content

Commit

Permalink
Fix uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 committed Jun 5, 2024
1 parent 11b5cd3 commit 5c8a2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unittest/dds/participant/ParticipantTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ void check_participant_extended_qos_from_profile(
extended_qos.domainId() = participant->get_domain_id();

DomainParticipantExtendedQos profile_extended_qos;
EXPECT_EQ(DomainParticipantFactory::get_instance()->get_participant_extended_qos_from_profile(profile_name, profile_extended_qos),
EXPECT_EQ(DomainParticipantFactory::get_instance()->get_participant_extended_qos_from_profile(profile_name,
profile_extended_qos),
RETCODE_OK);
check_equivalent_extended_qos(extended_qos, profile_extended_qos);
}
Expand Down

0 comments on commit 5c8a2af

Please sign in to comment.