From 9c97b1dafc1c5f6ee512f0587b11505b92dfe196 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 13 Oct 2020 14:34:42 +0200 Subject: [PATCH] Remove trailing whitespaces --- GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h b/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h index 12a6f519753..11058fe04e6 100644 --- a/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h +++ b/GraphicsView/include/CGAL/Qt/Basic_viewer_qt.h @@ -344,7 +344,7 @@ public: setKeyDescription(::Qt::Key_PageDown, "Increase light (all colors, use shift/alt/ctrl for one rgb component)"); setKeyDescription(::Qt::Key_PageUp, "Decrease light (all colors, use shift/alt/ctrl for one rgb component)"); setKeyDescription(::Qt::Key_O, "Toggles 2D mode only"); - + if (title[0]==0) setWindowTitle("CGAL Basic Viewer"); else @@ -1265,7 +1265,7 @@ protected: // Restore previous viewer state. restoreStateFromFile(); initializeOpenGLFunctions(); - + // Light default parameters glLineWidth(m_size_edges); glEnable(GL_POLYGON_OFFSET_FILL);