mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fix spacing
This commit is contained in:
parent
f3511e4f93
commit
e603d719d6
|
@ -679,7 +679,7 @@ struct XAigerWriter
|
||||||
aig_o++;
|
aig_o++;
|
||||||
aig_outputs.push_back(0);
|
aig_outputs.push_back(0);
|
||||||
omode = true;
|
omode = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void write_aiger(std::ostream &f, bool ascii_mode)
|
void write_aiger(std::ostream &f, bool ascii_mode)
|
||||||
|
|
Loading…
Reference in a new issue