Commit 6a0797e2 authored by Paul's avatar Paul
Browse files

Formatting

parent 0836b544
......@@ -47,7 +47,7 @@ void simplify_reshapes::apply(program& p) const
auto end = std::prev(p.end());
for(auto ins : iterator_for(p))
{
if (ins == end and ins->name() == "contiguous")
if(ins == end and ins->name() == "contiguous")
continue;
// Skip possible dead instructions
if(ins->outputs().empty() and ins != end)
......
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