mirror of https://github.com/YosysHQ/yosys.git
Remove whitespace
This commit is contained in:
parent
a44fe3a632
commit
c6fa4faa37
|
@ -683,7 +683,6 @@ void AigerReader::post_process()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// NB: Assume box_module->ports are sorted alphabetically
|
// NB: Assume box_module->ports are sorted alphabetically
|
||||||
// (as RTLIL::Module::fixup_ports() would do)
|
// (as RTLIL::Module::fixup_ports() would do)
|
||||||
for (auto port_name : box_module->ports) {
|
for (auto port_name : box_module->ports) {
|
||||||
|
|
Loading…
Reference in New Issue