From fd40d6f58d10b0435be1f443293e4c9405cfcf05 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 19 Jun 2018 13:40:35 +0200 Subject: Updates from clangformat Signed-off-by: Clifford Wolf --- ice40/arch.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ice40/arch.h') 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 } }; -template <> struct hash : hash {}; -template <> struct hash : hash {}; +template <> struct hash : hash +{ +}; + +template <> struct hash : hash +{ +}; } // namespace std NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3