From: Eddie Hung Date: Fri, 7 Jun 2019 18:30:36 +0000 (-0700) Subject: Fix spacing (entire file is wrong anyway, will fix later) X-Git-Tag: yosys-0.9~79^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6934f4bdd53cb226d0c8631eff691d9a96aebbce;p=yosys.git Fix spacing (entire file is wrong anyway, will fix later) --- diff --git a/frontends/aiger/aigerparse.cc b/frontends/aiger/aigerparse.cc index d0338e45d..32be4cf6c 100644 --- a/frontends/aiger/aigerparse.cc +++ b/frontends/aiger/aigerparse.cc @@ -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];