Skip to content

Commit 2eb958e

Browse files
emiliocuestafjuanlofer-eprosima
authored andcommitted
uncrustify
Signed-off-by: Emilio Cuesta <[email protected]>
1 parent 9b81693 commit 2eb958e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ddsrouter_core/test/blackbox/ddsrouter_core/dds/local/DDSTestLocal.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ void test_original_writer_forwarding_unset(
242242
sent_msg.index(++samples_sent);
243243
ASSERT_EQ(publisher.publish(sent_msg), eprosima::fastdds::dds::RETCODE_OK);
244244
// Watiting for the message to be received
245-
while (samples_received.load() < 1);
245+
while (samples_received.load() < 1)
246+
{
247+
}
246248

247249
ASSERT_EQ(subscriber.original_writer_guid(), publisher.original_writer_guid());
248250

0 commit comments

Comments
 (0)