From: Eddie Hung Date: Thu, 30 May 2019 19:25:21 +0000 (-0700) Subject: Remove whitespace X-Git-Tag: working-ls180~1208^2~233 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6fa4faa371ad3dbefe4c57bd758942e461869da;p=yosys.git Remove whitespace --- diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index 915c53a1b..7adfacb53 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -683,7 +683,6 @@ void AigerReader::post_process() } } - // NB: Assume box_module->ports are sorted alphabetically // (as RTLIL::Module::fixup_ports() would do) for (auto port_name : box_module->ports) {