Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Nov 19, 2024
1 parent b69145e commit 501898d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passes/cmds/reconstructbusses.cc
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ struct ReconstructBusses : public ScriptPass {
log_flush();
if (debug) {
for (RTLIL::Wire* w : wires_to_remove) {
std::cout << " " << w->name.c_str() << std::endl;
}
std::cout << " " << w->name.c_str() << std::endl;
}
}
module->remove(wires_to_remove);
// Update module port list
Expand Down

0 comments on commit 501898d

Please sign in to comment.