3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 18:05:24 +00:00

Fix spacing

This commit is contained in:
Eddie Hung 2019-07-10 19:04:22 -07:00
parent f3511e4f93
commit e603d719d6

View file

@ -679,7 +679,7 @@ struct XAigerWriter
aig_o++;
aig_outputs.push_back(0);
omode = true;
}
}
}
void write_aiger(std::ostream &f, bool ascii_mode)