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;