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

clang format

parent f23196d4
......@@ -649,7 +649,7 @@ struct gather
}
// negative axis means counting dimensions from back
if (axis < 0)
if(axis < 0)
{
axis += n_dim;
}
......
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