aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-19 13:40:35 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-19 14:10:42 +0200
commitfd40d6f58d10b0435be1f443293e4c9405cfcf05 (patch)
tree57a3d6b2c90eccfae80e6e16b568486237f101cf /ice40/arch.h
parent5f37da970463b4197ddcdfeb94cfd7c7d6803682 (diff)
downloadnextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.tar.gz
nextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.tar.bz2
nextpnr-fd40d6f58d10b0435be1f443293e4c9405cfcf05.zip
Updates from clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 0fdacfde..c1256a41 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -279,8 +279,13 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PipId>
}
};
-template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType> : hash<int> {};
-template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PortPin> : hash<int> {};
+template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType> : hash<int>
+{
+};
+
+template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PortPin> : hash<int>
+{
+};
} // namespace std
NEXTPNR_NAMESPACE_BEGIN