Commit 8d0eb591 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 583888ea
...@@ -725,7 +725,7 @@ void program::debug_print(instruction_ref ins, ...@@ -725,7 +725,7 @@ void program::debug_print(instruction_ref ins,
return; return;
} }
if (contains(ins_names, ins)) if(contains(ins_names, ins))
{ {
instruction::print(std::cout, ins, ins_names); instruction::print(std::cout, ins, ins_names);
} }
......
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