From 03df1ac72be66c41521023ea18f99cebf2c189d4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 10 Oct 2022 16:31:29 +0200 Subject: [PATCH] fix whitespace --- frontends/blif/blifparse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/blif/blifparse.cc b/frontends/blif/blifparse.cc index fe4c9078a..ebbe082a2 100644 --- a/frontends/blif/blifparse.cc +++ b/frontends/blif/blifparse.cc @@ -517,7 +517,7 @@ void parse_blif(RTLIL::Design *design, std::istream &f, IdString dff_name, bool } else if (input_sig.size() > lut_input_plane_limit) { - err_reason = stringf("names' input plane must have fewer than %d signals.", lut_input_plane_limit + 1); + err_reason = stringf("names' input plane must have fewer than %d signals.", lut_input_plane_limit + 1); goto error_with_reason; } else