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

clang format.

parent 97d605b8
...@@ -653,7 +653,7 @@ struct gather ...@@ -653,7 +653,7 @@ struct gather
} }
// negative value means counting dimensions from back // negative value means counting dimensions from back
if (axis < 0) if(axis < 0)
{ {
axis += lens.size(); axis += lens.size();
} }
......
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