Skip to content

Commit 18f39e9

Browse files
committed
Refs #23573, applying changes and uncrustify
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 5dbb9f0 commit 18f39e9

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ void test_local_communication(
206206
router.stop();
207207
}
208208

209-
210209
template <class MsgStruct, class MsgStructType>
211210
void test_original_writer_forwarding(
212211
DdsRouterConfiguration ddsrouter_configuration)
@@ -215,7 +214,6 @@ void test_original_writer_forwarding(
215214

216215
uint32_t samples_sent = 0;
217216
std::atomic<uint32_t> samples_received(0);
218-
std::atomic<uint32_t> samples_to_receive(1);
219217

220218
MsgStruct sent_msg;
221219
MsgStructType type;
@@ -267,7 +265,6 @@ void test_original_writer_forwarding(
267265
}
268266
ASSERT_EQ(subscriber.original_writer_guid(), guid);
269267

270-
271268
router.stop();
272269
}
273270

ddsrouter_core/test/blackbox/ddsrouter_core/dds/types/test_participants.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class TestPublisher
160160
hello_.index(msg.index());
161161
hello_.message(msg.message());
162162

163-
164163
return writer_->write(&hello_, params);
165164
}
166165

0 commit comments

Comments
 (0)