From 501898df00413f8ee0341e8be931c2a08e1e1141 Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Mon, 18 Nov 2024 18:55:26 -0800 Subject: [PATCH] Indentation --- passes/cmds/reconstructbusses.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passes/cmds/reconstructbusses.cc b/passes/cmds/reconstructbusses.cc index bc7af2320..14fea761a 100644 --- a/passes/cmds/reconstructbusses.cc +++ b/passes/cmds/reconstructbusses.cc @@ -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