diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-10-10 16:31:29 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-10-10 16:31:29 +0200 |
commit | 03df1ac72be66c41521023ea18f99cebf2c189d4 (patch) | |
tree | 2fbc37eb8827bebacf465632b655cda3944944f5 /frontends | |
parent | e8ce9442a6a74621e06f30370c75390978c07cc8 (diff) | |
download | yosys-03df1ac72be66c41521023ea18f99cebf2c189d4.tar.gz yosys-03df1ac72be66c41521023ea18f99cebf2c189d4.tar.bz2 yosys-03df1ac72be66c41521023ea18f99cebf2c189d4.zip |
fix whitespace
Diffstat (limited to 'frontends')
-rw-r--r-- | frontends/blif/blifparse.cc | 2 |
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 |