Fix trailing whitespace

This commit is contained in:
Albrecht Schlosser
2022-11-01 20:06:22 +01:00
parent 414ad1dce7
commit c570bd8f96
8 changed files with 10 additions and 10 deletions

View File

@@ -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];