aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-18 14:07:18 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-18 14:07:18 +0200
commit58e3104796480c66a303a4266e6459c7b21295ea (patch)
treea67c779f5eb3bf9c9865a373cced512fdfe30ff9 /ice40/chip.h
parent8ee149f4fcb66cb61aa729263448c0935fb4d2ad (diff)
downloadnextpnr-58e3104796480c66a303a4266e6459c7b21295ea.tar.gz
nextpnr-58e3104796480c66a303a4266e6459c7b21295ea.tar.bz2
nextpnr-58e3104796480c66a303a4266e6459c7b21295ea.zip
Updates from clangformat
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'ice40/chip.h')
-rw-r--r--ice40/chip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ice40/chip.h b/ice40/chip.h
index 8ba42290..3b4f19d1 100644
--- a/ice40/chip.h
+++ b/ice40/chip.h
@@ -747,8 +747,7 @@ NEXTPNR_NAMESPACE_END
namespace std {
template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType>
{
- std::size_t operator()(NEXTPNR_NAMESPACE_PREFIX BelType bt) const
- noexcept
+ std::size_t operator()(NEXTPNR_NAMESPACE_PREFIX BelType bt) const noexcept
{
return std::hash<int>()(int(bt));
}