From ea03aafc26f8d7c6cde75b9054a508470f91965b Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 30 Sep 2018 15:13:18 +0100 Subject: clangformat Signed-off-by: David Shah --- ice40/arch_place.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ice40/arch_place.cc') diff --git a/ice40/arch_place.cc b/ice40/arch_place.cc index b436f7d7..c97b9c26 100644 --- a/ice40/arch_place.cc +++ b/ice40/arch_place.cc @@ -27,13 +27,13 @@ NEXTPNR_NAMESPACE_BEGIN -bool Arch::logicCellsCompatible(const CellInfo** it, const size_t size) const +bool Arch::logicCellsCompatible(const CellInfo **it, const size_t size) const { bool dffs_exist = false, dffs_neg = false; const NetInfo *cen = nullptr, *clk = nullptr, *sr = nullptr; int locals_count = 0; - for (auto cell : boost::make_iterator_range(it, it+size)) { + for (auto cell : boost::make_iterator_range(it, it + size)) { NPNR_ASSERT(cell->type == id_ICESTORM_LC); if (cell->lcInfo.dffEnable) { if (!dffs_exist) { -- cgit v1.2.3