Commit 603adbe6 authored by Paul's avatar Paul
Browse files

Formatting

parent af7b5f89
......@@ -492,7 +492,7 @@ struct cpu_apply
void apply()
{
init();
for(auto it:iterator_for(*prog))
for(auto it : iterator_for(*prog))
{
if(it->op.name() == "activation")
{
......
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