Commit 86a03f28 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 5d057776
...@@ -586,8 +586,8 @@ std::vector<argument> program::eval(parameter_map params) const ...@@ -586,8 +586,8 @@ std::vector<argument> program::eval(parameter_map params) const
if(trace_level < 3) if(trace_level < 3)
{ {
std::cout << ss.str() << std::endl; std::cout << ss.str() << std::endl;
std::cout << "Time: " << t1 << "ms, " << t2 std::cout << "Time: " << t1 << "ms, " << t2 << "ms"
<< "ms" << std::endl; << std::endl;
if(trace_level == 2 and ins->name().front() != '@' and if(trace_level == 2 and ins->name().front() != '@' and
ins->name() != "load" and not result.empty()) ins->name() != "load" and not result.empty())
{ {
......
Markdown is supported
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