From: Eddie Hung Date: Fri, 28 Jun 2019 18:10:36 +0000 (-0700) Subject: Fix spacing X-Git-Tag: working-ls180~1236 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a2a93aa069db9397175a98a6836953ee71223d2;p=yosys.git Fix spacing --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 3721b82b7..f107f9947 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -673,8 +673,8 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *current_module, std::stri } } - for (auto cell : boxes) - module->remove(cell); + for (auto cell : boxes) + module->remove(cell); // Copy connections (and rename) from mapped_mod to module for (auto conn : mapped_mod->connections()) {