Fix spacing (entire file is wrong anyway, will fix later)
authorEddie Hung <eddie@fpgeh.com>
Fri, 7 Jun 2019 18:30:36 +0000 (11:30 -0700)
committerEddie Hung <eddie@fpgeh.com>
Fri, 7 Jun 2019 18:30:36 +0000 (11:30 -0700)
frontends/aiger/aigerparse.cc

index d0338e45db39dacff2b3eb6e499f4a878a8d2b07..32be4cf6c6dffb8798274dcf09f3f7e1c35bbb2e 100644 (file)
@@ -81,9 +81,9 @@ end_of_header:
     else
         log_abort();
 
-       RTLIL::Wire* n0 = module->wire("\\n0");
-       if (n0)
-               module->connect(n0, RTLIL::S0);
+    RTLIL::Wire* n0 = module->wire("\\n0");
+    if (n0)
+        module->connect(n0, RTLIL::S0);
 
     for (unsigned i = 0; i < outputs.size(); ++i) {
         RTLIL::Wire *wire = outputs[i];