Skip to content
Snippets Groups Projects
Commit a1c7a312 authored by Sam Yates's avatar Sam Yates
Browse files

Address code style issues (this time for sure)

parent 9091c909
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ void debug_emit_trace(const char* file, int line, const char* varlist, const Arg
debug_emit(out, args...);
#ifdef WITH_TBB
std::lock_guard<std::mutex> _(global_debug_cerr_mutex);
std::lock_guard<std::mutex> guard(global_debug_cerr_mutex);
std::cerr << out.rdbuf();
#else
out.flush();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment