Fix spacing (entire file is wrong anyway, will fix later)

This commit is contained in:
Eddie Hung 2019-06-07 11:30:36 -07:00
parent d00ae1d6a8
commit 6934f4bdd5
1 changed files with 3 additions and 3 deletions

View 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];