aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2023-03-17 09:31:38 +0100
committergatecat <gatecat@ds0.me>2023-03-17 09:31:38 +0100
commit4111cc25d653bde9fbda72b9cf9dc13a876e214a (patch)
tree5262e149213062b74e777da4f0132fc8b0f30757 /machxo2/arch.h
parent656bfdb8199c9b36e7a064d7dd8d287069142287 (diff)
downloadnextpnr-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.h8
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;