clangformat

Signed-off-by: gatecat <[email protected]>
This commit is contained in:
gatecat
2023-08-31 10:30:19 +02:00
parent 98b09c369f
commit a9a9251e42
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ Property Arch::parse_lattice_param(const Property &val, IdString prop, int width
if (int(val.str.size()) > width) {
for (auto b : val.str.substr(width)) {
if (b == Property::S1)
log_error("Found bitvector value for property %s.%s with width greater than %d - perhaps a string was "
log_error("Found bitvector value for property %s.%s with width greater than %d - perhaps a string "
"was "
"converted to bits?\n",
ci, nameOf(prop), width);
}