aboutsummaryrefslogtreecommitdiffstats
path: root/gui/fpgaviewwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-06 19:19:18 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-06 19:19:18 +0200
commit7a741b66a141b786cc86552a43ef256f6fc82f6e (patch)
treed59705fb9dbc759e57906d1510bb1adc02b29c2d /gui/fpgaviewwidget.h
parentcc901d67f57a3266c11f40903772a14fe4943f98 (diff)
downloadnextpnr-7a741b66a141b786cc86552a43ef256f6fc82f6e.tar.gz
nextpnr-7a741b66a141b786cc86552a43ef256f6fc82f6e.tar.bz2
nextpnr-7a741b66a141b786cc86552a43ef256f6fc82f6e.zip
clang format and some cleanup
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r--gui/fpgaviewwidget.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h
index 0342bb8a..c281fd77 100644
--- a/gui/fpgaviewwidget.h
+++ b/gui/fpgaviewwidget.h
@@ -34,8 +34,7 @@ NEXTPNR_NAMESPACE_BEGIN
// Vertex2DPOD is a structure of X, Y coordinates that can be passed to OpenGL
// directly.
-NPNR_PACKED_STRUCT(struct Vertex2DPOD
-{
+NPNR_PACKED_STRUCT(struct Vertex2DPOD {
GLfloat x;
GLfloat y;
@@ -44,8 +43,7 @@ NPNR_PACKED_STRUCT(struct Vertex2DPOD
// Vertex2DPOD is a structure of R, G, B, A values that can be passed to OpenGL
// directly.
-NPNR_PACKED_STRUCT(struct ColorPOD
-{
+NPNR_PACKED_STRUCT(struct ColorPOD {
GLfloat r;
GLfloat g;
GLfloat b;