diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-01 20:06:22 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-11-01 20:06:22 +0100 |
| commit | c570bd8f96902a2f290f7623b8cf3074ac8f97ca (patch) | |
| tree | a8fc258d1d4baa0defacad460ca8a4128e0163f9 /examples | |
| parent | 414ad1dce7fe7f9e0839a596e70130b16b5a0794 (diff) | |
Fix trailing whitespace
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/OpenGL3test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/OpenGL3test.cxx b/examples/OpenGL3test.cxx index 441571f75..528610553 100644 --- a/examples/OpenGL3test.cxx +++ b/examples/OpenGL3test.cxx @@ -170,7 +170,7 @@ public: int retval = Fl_Gl_Window::handle(event); if (retval) return retval; - + if (event == FL_PUSH && gl_version_major >= 3) { static float factor = 1.1; GLfloat data[4]; |
