From: Eddie Hung Date: Thu, 14 May 2020 16:51:17 +0000 (-0700) Subject: Fix whitespace X-Git-Tag: working-ls180~553^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd92a706aeef938625f6402d22825729e32649d8;p=yosys.git Fix whitespace --- diff --git a/passes/opt/opt_expr.cc b/passes/opt/opt_expr.cc index 9a8bc0869..b484b9776 100644 --- a/passes/opt/opt_expr.cc +++ b/passes/opt/opt_expr.cc @@ -2046,7 +2046,7 @@ struct OptExprPass : public Pass { design->scratchpad_set_bool("opt.did_something", true); } while (did_something); if (!keepdc) - replace_const_cells(design, module, true /* consume_x */, mux_undef, mux_bool, do_fine, keepdc, clkinv); + replace_const_cells(design, module, true /* consume_x */, mux_undef, mux_bool, do_fine, keepdc, clkinv); if (did_something) design->scratchpad_set_bool("opt.did_something", true); } while (did_something);