Commit 7a374828 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8f992e4a
...@@ -32,7 +32,7 @@ struct capture ...@@ -32,7 +32,7 @@ struct capture
argument compute(const shape&, std::vector<argument> args) const argument compute(const shape&, std::vector<argument> args) const
{ {
if (f) if(f)
{ {
f(ins_index, args); f(ins_index, args);
} }
......
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