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
auto args = ins->inputs();
auto new_args = args;
std::transform(args.begin(), args.end(), new_args.begin(), [&](auto in) {
if (in->name() == "contiguous")
if(in->name() == "contiguous")
{
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