diff options
author | gatecat <gatecat@ds0.me> | 2023-03-17 09:31:38 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2023-03-17 09:31:38 +0100 |
commit | 4111cc25d653bde9fbda72b9cf9dc13a876e214a (patch) | |
tree | 5262e149213062b74e777da4f0132fc8b0f30757 /machxo2/arch.h | |
parent | 656bfdb8199c9b36e7a064d7dd8d287069142287 (diff) | |
download | nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.tar.gz nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.tar.bz2 nextpnr-4111cc25d653bde9fbda72b9cf9dc13a876e214a.zip |
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r-- | machxo2/arch.h | 8 |
1 files changed, 2 insertions, 6 deletions
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<char> short_name; }); -NPNR_PACKED_STRUCT(struct SuffixeSupportedPOD { - RelPtr<char> suffix; -}); +NPNR_PACKED_STRUCT(struct SuffixeSupportedPOD { RelPtr<char> suffix; }); -NPNR_PACKED_STRUCT(struct SpeedSupportedPOD { - int32_t speed; -}); +NPNR_PACKED_STRUCT(struct SpeedSupportedPOD { int32_t speed; }); NPNR_PACKED_STRUCT(struct VariantInfoPOD { RelPtr<char> name; |