Commit 5c0e4b60 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 62bc59f3
......@@ -13,7 +13,7 @@ void adjust_allocation::apply(program& p) const
for(auto ins : iterator_for(p))
{
// skip instruction with no input
if (ins->inputs().empty())
if(ins->inputs().empty())
continue;
if(ins->name() == "load")
......
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