Fix spacing
authorEddie Hung <eddie@fpgeh.com>
Fri, 28 Jun 2019 18:10:36 +0000 (11:10 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 28 Jun 2019 18:10:36 +0000 (11:10 -0700)
passes/techmap/abc9.cc

index 3721b82b74e57f99fc35c6c66936407f1f936f90..f107f994794c2dc1f5afc375b296127cd553603b 100644 (file)
@@ -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()) {