aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-05-30 12:25:21 -0700
committerEddie Hung <eddie@fpgeh.com>2019-05-30 12:25:21 -0700
commitc6fa4faa371ad3dbefe4c57bd758942e461869da (patch)
tree9401c9079cd7f2145a2552a8c61191638392925c
parenta44fe3a632f6beafe0ba2831bba06bf855d7e89d (diff)
downloadyosys-c6fa4faa371ad3dbefe4c57bd758942e461869da.tar.gz
yosys-c6fa4faa371ad3dbefe4c57bd758942e461869da.tar.bz2
yosys-c6fa4faa371ad3dbefe4c57bd758942e461869da.zip
Remove whitespace
-rw-r--r--frontends/aiger/aigerparse.cc1
1 files changed, 0 insertions, 1 deletions
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) {