From 4111cc25d653bde9fbda72b9cf9dc13a876e214a Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 17 Mar 2023 09:31:38 +0100 Subject: clangformat Signed-off-by: gatecat --- machxo2/arch.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'machxo2/arch.h') diff --git a/machxo2/arch.h b/machxo2/arch.h index 3eaa0684..efb5ee41 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -129,13 +129,9 @@ NPNR_PACKED_STRUCT(struct PackageSupportedPOD { RelPtr short_name; }); -NPNR_PACKED_STRUCT(struct SuffixeSupportedPOD { - RelPtr suffix; -}); +NPNR_PACKED_STRUCT(struct SuffixeSupportedPOD { RelPtr suffix; }); -NPNR_PACKED_STRUCT(struct SpeedSupportedPOD { - int32_t speed; -}); +NPNR_PACKED_STRUCT(struct SpeedSupportedPOD { int32_t speed; }); NPNR_PACKED_STRUCT(struct VariantInfoPOD { RelPtr name; -- cgit v1.2.3