Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Konovalov <[email protected]>
  • Loading branch information
Alexandr-Konovalov committed Feb 5, 2024
1 parent b1c6458 commit ff6af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tbb/test_scheduler_mix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ struct actor<arena_action> {
arenaLevel = std::max(arenaLevel, arenaAfterStealing);

ArenaTable::ScopedLock lock;
std::pair<tbb::task_arena*, std::size_t> entry = arenaTable.acquire(r, lock);
auto entry = arenaTable.acquire(r, lock);
if (entry.first) {
enum arena_actions {
arena_execute,
Expand Down

0 comments on commit ff6af24

Please sign in to comment.