From 58e3104796480c66a303a4266e6459c7b21295ea Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 18 Jun 2018 14:07:18 +0200 Subject: Updates from clangformat Signed-off-by: Clifford Wolf --- dummy/arch_place.cc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dummy') diff --git a/dummy/arch_place.cc b/dummy/arch_place.cc index 4f3e2509..4e712f6d 100644 --- a/dummy/arch_place.cc +++ b/dummy/arch_place.cc @@ -21,14 +21,8 @@ NEXTPNR_NAMESPACE_BEGIN -bool isValidBelForCell(Context *ctx, CellInfo *cell, BelId bel) -{ - return true; -} +bool isValidBelForCell(Context *ctx, CellInfo *cell, BelId bel) { return true; } -bool isBelLocationValid(Context *ctx, BelId bel) -{ - return true; -} +bool isBelLocationValid(Context *ctx, BelId bel) { return true; } NEXTPNR_NAMESPACE_END -- cgit v1.2.3