aboutsummaryrefslogtreecommitdiffstats
path: root/dummy
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-08 11:04:02 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-08 11:04:02 +0200
commit7f330af9f397ab121e11723bdf7b976630b7e450 (patch)
treed6421c2a623688dae6829eb14f0caef209c29ca6 /dummy
parentcbd0622fb852781250986ca69c7eb57c008a933a (diff)
downloadnextpnr-7f330af9f397ab121e11723bdf7b976630b7e450.tar.gz
nextpnr-7f330af9f397ab121e11723bdf7b976630b7e450.tar.bz2
nextpnr-7f330af9f397ab121e11723bdf7b976630b7e450.zip
Reformat remaining files
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'dummy')
-rw-r--r--dummy/chip.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/dummy/chip.cc b/dummy/chip.cc
index 51246344..b3d5b790 100644
--- a/dummy/chip.cc
+++ b/dummy/chip.cc
@@ -27,7 +27,4 @@ const vector<BelId> &Chip::getBels() const
return ret;
}
-BelType Chip::getBelType(BelId bel) const
-{
- return BelType();
-}
+BelType Chip::getBelType(BelId bel) const { return BelType(); }