Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Collado <[email protected]>
  • Loading branch information
EugenioCollado committed Jan 3, 2025
1 parent fdc7416 commit 39f613e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unittest/transport/AsioHelpersTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ using namespace eprosima::fastdds::rtps;

template <typename BufferOption, typename SocketType, typename Protocol>
void test_buffer_setting(
int initial_buffer_value,
int minimum_buffer_value)
int initial_buffer_value,
int minimum_buffer_value)
{
asio::io_service io_service;
auto socket = std::make_unique<SocketType>(io_service);
Expand All @@ -50,9 +50,9 @@ void test_buffer_setting(

// Replace this with your actual implementation of try_setting_buffer_size
ASSERT_TRUE(asio_helpers::try_setting_buffer_size<BufferOption>(
*socket, initial_buffer_value, minimum_buffer_value, final_buffer_value));
*socket, initial_buffer_value, minimum_buffer_value, final_buffer_value));




BufferOption option;
asio::error_code ec;
Expand Down

0 comments on commit 39f613e

Please sign in to comment.