From 0250aaaddd499bce9a6739823f5511859ec57232 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sun, 31 Jan 2021 19:27:32 -0500 Subject: machxo2: clang format. --- machxo2/arch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machxo2/arch.h') diff --git a/machxo2/arch.h b/machxo2/arch.h index 5da12a24..439d54a5 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -629,7 +629,8 @@ struct Arch : BaseCtx { NPNR_ASSERT(wire != WireId()); std::stringstream name; - name << "X" << wire.location.x << "/Y" << wire.location.y << "/" << tileInfo(wire)->wire_data[wire.index].name.get(); + name << "X" << wire.location.x << "/Y" << wire.location.y << "/" + << tileInfo(wire)->wire_data[wire.index].name.get(); return id(name.str()); } -- cgit v1.2.3