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

clang format

parent 932f3a28
...@@ -452,7 +452,7 @@ struct cpu_gemm ...@@ -452,7 +452,7 @@ struct cpu_gemm
is_a_prepended = true; is_a_prepended = true;
a_lens.insert(a_lens.begin(), 1); a_lens.insert(a_lens.begin(), 1);
out_lens.push_back(1); out_lens.push_back(1);
if (out_lens.size() > 1) if(out_lens.size() > 1)
{ {
std::swap(*out_lens.rbegin(), *(out_lens.rbegin() + 1)); std::swap(*out_lens.rbegin(), *(out_lens.rbegin() + 1));
} }
......
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