aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/gfx.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-12-15 10:43:30 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-12-15 10:43:30 +0100
commitf2b8e347a99b1aac348e4c12a4b0ddeb25118a21 (patch)
treebfdb7f8c570aafb4a619082b31e8dd062dec85c9 /ecp5/gfx.h
parent2872b500e3c4a7c627483a1a83b7c0698b2df8cc (diff)
downloadnextpnr-f2b8e347a99b1aac348e4c12a4b0ddeb25118a21.tar.gz
nextpnr-f2b8e347a99b1aac348e4c12a4b0ddeb25118a21.tar.bz2
nextpnr-f2b8e347a99b1aac348e4c12a4b0ddeb25118a21.zip
cleanup and formating
Diffstat (limited to 'ecp5/gfx.h')
-rw-r--r--ecp5/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/gfx.h b/ecp5/gfx.h
index 210ba56d..e1e0918a 100644
--- a/ecp5/gfx.h
+++ b/ecp5/gfx.h
@@ -2162,7 +2162,7 @@ enum GfxTileWireId
};
void gfxTileBel(std::vector<GraphicElement> &g, int x, int y, int z, int w, int h, IdString bel_type,
- GraphicElement::style_t style);
+ GraphicElement::style_t style);
void gfxTileWire(std::vector<GraphicElement> &g, int x, int y, int w, int h, IdString wire_type, GfxTileWireId tilewire,
GraphicElement::style_t style);
void gfxTilePip(std::vector<GraphicElement> &g, int x, int y, int w, int h, WireId src, IdString src_type,