Commit 94523494 authored by Paul's avatar Paul
Browse files

Format

parent 66ceffea
...@@ -763,7 +763,7 @@ module::print_cpp(std::ostream& os, ...@@ -763,7 +763,7 @@ module::print_cpp(std::ostream& os,
ins->inputs().end(), ins->inputs().end(),
std::back_inserter(input_vars), std::back_inserter(input_vars),
[&](auto input) { return cpp_var_name(ins_names.at(input)); }); [&](auto input) { return cpp_var_name(ins_names.at(input)); });
if (ins != last) if(ins != last)
os << "auto " << cpp_var_name(ins_names.at(ins)) << " = "; os << "auto " << cpp_var_name(ins_names.at(ins)) << " = ";
if(ins->name() == "@literal") if(ins->name() == "@literal")
{ {
......
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