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

clang format

parent 95b2a528
...@@ -208,7 +208,7 @@ struct onnx_parser ...@@ -208,7 +208,7 @@ struct onnx_parser
instruction_ref make_contiguous(instruction_ref ins) instruction_ref make_contiguous(instruction_ref ins)
{ {
if (ins->get_shape().standard()) if(ins->get_shape().standard())
{ {
return ins; return ins;
} }
......
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