Remove whitespace
authorEddie Hung <eddie@fpgeh.com>
Thu, 30 May 2019 19:25:21 +0000 (12:25 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 30 May 2019 19:25:21 +0000 (12:25 -0700)
frontends/aiger/aigerparse.cc

index 915c53a1bd6b8a634e5006b29098fb018ef3c6e9..7adfacb53c0aaa85590759c3d6faa95e8ee81b3f 100644 (file)
@@ -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) {