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);
} }
...@@ -40,7 +40,7 @@ struct capture ...@@ -40,7 +40,7 @@ struct capture
{ {
MIGRAPHX_THROW("CAPTURE: callback function is not callable!"); MIGRAPHX_THROW("CAPTURE: callback function is not callable!");
} }
return args.front(); return args.front();
} }
}; };
......
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