"host/vscode:/vscode.git/clone" did not exist on "ae98b52ad8be610bd6f8fdd1ffacc6ac70081379"
Commit 6cdfd267 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 3c733048
...@@ -19,7 +19,7 @@ void auto_contiguous::apply(module& p) const ...@@ -19,7 +19,7 @@ void auto_contiguous::apply(module& p) const
auto args = ins->inputs(); auto args = ins->inputs();
auto new_args = args; auto new_args = args;
std::transform(args.begin(), args.end(), new_args.begin(), [&](auto in) { std::transform(args.begin(), args.end(), new_args.begin(), [&](auto in) {
if (in->name() == "contiguous") if(in->name() == "contiguous")
{ {
return in; return in;
} }
......
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