fix whitespace

This commit is contained in:
Miodrag Milanovic 2022-10-10 16:31:29 +02:00
parent e8ce9442a6
commit 03df1ac72b
1 changed files with 1 additions and 1 deletions

View File

@ -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