From 0d5d7809f85cdc525a322ad7c7e44bd1b7b85c9c Mon Sep 17 00:00:00 2001 From: Alain Dargelas Date: Mon, 30 Dec 2024 17:24:06 -0800 Subject: [PATCH] format --- passes/opt/muxpack.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passes/opt/muxpack.cc b/passes/opt/muxpack.cc index 5ed7f34b2..a838a7bfc 100644 --- a/passes/opt/muxpack.cc +++ b/passes/opt/muxpack.cc @@ -310,8 +310,8 @@ struct MuxpackWorker | | \___/ \___/ | | | | S0 S0'S1 S0'S1'S2 S0'S1'S2'S3 ... - */ - SigSpec decodedSelect; + */ + SigSpec decodedSelect; Cell *cell = last_cell; std::vector select_bits = s_sig.bits(); RTLIL::SigBit prevSigNot = RTLIL::State::S1;