aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-12-14 16:40:27 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-12-14 16:40:27 +0100
commitfb27f1a031f0517158a07694b0495e239072b6ce (patch)
tree3134fc92c6cf0d6133d716584a9bfd56731c1ae8 /ecp5/arch.cc
parentcce27e72f0baf70d3d65c4b7ebd8b0b9c4d177f7 (diff)
downloadnextpnr-fb27f1a031f0517158a07694b0495e239072b6ce.tar.gz
nextpnr-fb27f1a031f0517158a07694b0495e239072b6ce.tar.bz2
nextpnr-fb27f1a031f0517158a07694b0495e239072b6ce.zip
fix formating
Diffstat (limited to 'ecp5/arch.cc')
-rw-r--r--ecp5/arch.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/ecp5/arch.cc b/ecp5/arch.cc
index f198861a..a67bc101 100644
--- a/ecp5/arch.cc
+++ b/ecp5/arch.cc
@@ -732,8 +732,7 @@ std::vector<GraphicElement> Arch::getDecalGraphics(DecalId decal) const
el.y1 = y + slice_y2;
el.y2 = y + 0.25;
ret.push_back(el);
- } else if (bel_type == id_EXTREFB || bel_type == id_PCSCLKDIV || bel_type == id_DTR ||
- bel_type == id_USRMCLK) {
+ } else if (bel_type == id_EXTREFB || bel_type == id_PCSCLKDIV || bel_type == id_DTR || bel_type == id_USRMCLK) {
GraphicElement el;
el.type = GraphicElement::TYPE_BOX;
el.style = decal.active ? GraphicElement::STYLE_ACTIVE : GraphicElement::STYLE_INACTIVE;