Skip to content

Commit

Permalink
UCP/TEST: Remove extra white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankochin authored Dec 12, 2023
1 parent 46208aa commit 02d3219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/ucp/test_ucp_tag_xfer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void test_ucp_tag_xfer::test_xfer_prepare_bufs(uint8_t *sendbuf, uint8_t *recvbu

size_t test_ucp_tag_xfer::get_msg_size()
{
size_t raw_size = 1148544 / ucs::test_time_multiplier();
size_t raw_size = 1148544 / ucs::test_time_multiplier();

return ucs_align_up(raw_size, ucs_get_page_size()) * num_lanes();
}
Expand Down

0 comments on commit 02d3219

Please sign in to comment.