From 7fd856b866f1ddd2f81fdeaf981c15fde51b847d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 8 Dec 2019 09:33:06 +0100 Subject: clangformat run --- gui/fpgaviewwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h index 6236daca..c5ce9b18 100644 --- a/gui/fpgaviewwidget.h +++ b/gui/fpgaviewwidget.h @@ -127,7 +127,7 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions private: const float zoomNear_ = 0.05f; // do not zoom closer than this - float zoomFar_ = 10.0f; // do not zoom further than this + float zoomFar_ = 10.0f; // do not zoom further than this const float zoomLvl1_ = 1.0f; const float zoomLvl2_ = 5.0f; -- cgit v1.2.3