Skip to content

Commit

Permalink
formatting tg_test.h
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-purcaru committed Jul 18, 2023
1 parent e4031be commit 9b153e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions samples/mem_tg/tg_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
using test_afu = opae::afu_test::afu;
using opae::fpga::types::token;



namespace mem_tg {

// Shared static variables for synchornization
Expand Down Expand Up @@ -273,7 +271,7 @@ class tg_test : public test_command
futures.push_back(promises[i].get_future());
threads.emplace_back([&, i] {
promises[i].set_value(run_thread_single_channel(thread_tg_exe_objects[i]));
});
});
}

// Wait for all threads to exit then collect their exit statuses
Expand Down

0 comments on commit 9b153e8

Please sign in to comment.