Commit 72c96670 authored by Scott Cyphers's avatar Scott Cyphers

style

parent 8cd373d8
......@@ -250,7 +250,8 @@ namespace std
arg_ids.push_back(type_hash);
std::vector<Output<Node>> cargs;
for(auto input : k.get_node()->inputs()){
for (auto input : k.get_node()->inputs())
{
cargs.push_back(input.get_source_output());
}
......
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