From 4d0da293e7ca974b26c35aa18f3d95f4ec287e4c Mon Sep 17 00:00:00 2001 From: Lucia Echevarria Date: Tue, 4 Jun 2024 10:56:33 +0200 Subject: [PATCH] Fix uncrustify Signed-off-by: Lucia Echevarria --- test/unittest/dds/participant/ParticipantTests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/unittest/dds/participant/ParticipantTests.cpp b/test/unittest/dds/participant/ParticipantTests.cpp index 112ecbe9fe8..3b10ab103ef 100644 --- a/test/unittest/dds/participant/ParticipantTests.cpp +++ b/test/unittest/dds/participant/ParticipantTests.cpp @@ -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); }