From 2ed68a21db9d04e5688c4c0784b0817f3485926e Mon Sep 17 00:00:00 2001 From: gatecat Date: Thu, 31 Mar 2022 10:49:00 +0100 Subject: clangformat Signed-off-by: gatecat --- nexus/pack.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nexus/pack.cc') diff --git a/nexus/pack.cc b/nexus/pack.cc index 4eccc634..0870bf40 100644 --- a/nexus/pack.cc +++ b/nexus/pack.cc @@ -41,7 +41,7 @@ Property Arch::parse_lattice_param_from_cell(const CellInfo *ci, IdString prop, } // Parse a possibly-Lattice-style (C literal in Verilog string) style parameter -Property Arch::parse_lattice_param(const Property &val, IdString prop, int width, const char* ci) const +Property Arch::parse_lattice_param(const Property &val, IdString prop, int width, const char *ci) const { if (val.is_string) { const std::string &s = val.str; @@ -84,8 +84,7 @@ Property Arch::parse_lattice_param(const Property &val, IdString prop, int width for (auto b : temp.str.substr(width)) { if (b == Property::S1) - log_error("Found value for property %s.%s with width greater than %d\n", ci, nameOf(prop), - width); + log_error("Found value for property %s.%s with width greater than %d\n", ci, nameOf(prop), width); } temp.update_intval(); return temp.extract(0, width); -- cgit v1.2.3