Skip to content

Commit

Permalink
Apply code-checks change
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Apr 30, 2019
1 parent efdd9bf commit 0c78f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/Application/src/RunManagerMTWorker.cc
Expand Up @@ -107,7 +107,7 @@ namespace {
}

std::atomic<int> active_tlsdata{0};
std::atomic<bool> tls_shutdown_timeout{0};
std::atomic<bool> tls_shutdown_timeout{false};
std::atomic<int> n_tls_shutdown_task{0};
}

Expand Down

0 comments on commit 0c78f96

Please sign in to comment.