aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-10-10 16:31:29 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-10-10 16:31:29 +0200
commit03df1ac72be66c41521023ea18f99cebf2c189d4 (patch)
tree2fbc37eb8827bebacf465632b655cda3944944f5 /frontends
parente8ce9442a6a74621e06f30370c75390978c07cc8 (diff)
downloadyosys-03df1ac72be66c41521023ea18f99cebf2c189d4.tar.gz
yosys-03df1ac72be66c41521023ea18f99cebf2c189d4.tar.bz2
yosys-03df1ac72be66c41521023ea18f99cebf2c189d4.zip
fix whitespace
Diffstat (limited to 'frontends')
-rw-r--r--frontends/blif/blifparse.cc2
1 files changed, 1 insertions, 1 deletions
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