Commit d4c89abc authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent d7ba7f44
...@@ -21,7 +21,7 @@ static bool try_compute_shape(instruction_ref ins, const std::vector<shape>& inp ...@@ -21,7 +21,7 @@ static bool try_compute_shape(instruction_ref ins, const std::vector<shape>& inp
} }
// if no changes for the shape, the contiguous can also be removed // if no changes for the shape, the contiguous can also be removed
if (new_shape == ins->get_shape()) if(new_shape == ins->get_shape())
{ {
return true; return true;
} }
......
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