From 2e3c35c2c0dbfcd23b0d58d250716ac0238d42ab Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Tue, 26 Mar 2024 08:27:31 +0100 Subject: [PATCH] Refs #20692. Uncrustify. Signed-off-by: Miguel Company --- test/blackbox/common/DDSBlackboxTestsListeners.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/blackbox/common/DDSBlackboxTestsListeners.cpp b/test/blackbox/common/DDSBlackboxTestsListeners.cpp index fc661b8a9a6..01b8097ca02 100644 --- a/test/blackbox/common/DDSBlackboxTestsListeners.cpp +++ b/test/blackbox/common/DDSBlackboxTestsListeners.cpp @@ -781,9 +781,9 @@ void sample_lost_test_init( // Since we are going to send 300KB samples in the test for fragments, let's increase the buffer size to avoid any // other possible loss. constexpr uint32_t BUFFER_SIZE = - 300ul * 1024ul // sample size - * 13ul // number of samples - * 2ul; // 2x to avoid any possible loss + 300ul * 1024ul // sample size + * 13ul // number of samples + * 2ul; // 2x to avoid any possible loss reader.socket_buffer_size(BUFFER_SIZE); writer.socket_buffer_size(BUFFER_SIZE);