Commit 9124bec7 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 991915d4
...@@ -584,7 +584,7 @@ struct reshape ...@@ -584,7 +584,7 @@ struct reshape
// since rdims using size_t type, -1 is the max value // since rdims using size_t type, -1 is the max value
// is size_t that cause later compuation incorrect // is size_t that cause later compuation incorrect
if (dims[i] == -1) if(dims[i] == -1)
rdims[i] = 1; rdims[i] = 1;
} }
if(n_neg_dims > 0) if(n_neg_dims > 0)
......
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