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 /src/Fl_Gl_Window.cxx | |
| parent | 414ad1dce7fe7f9e0839a596e70130b16b5a0794 (diff) | |
Fix trailing whitespace
Diffstat (limited to 'src/Fl_Gl_Window.cxx')
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index ae1e66bd6..edcf45f0d 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -526,7 +526,7 @@ char Fl_Gl_Window_Driver::swap_type() {return UNDEFINED;} void* Fl_Gl_Window_Driver::GetProcAddress(const char *procName) { #if defined(HAVE_GLXGETPROCADDRESSARB) return (void*)glXGetProcAddressARB((const GLubyte *)procName); - + #elif (HAVE_DLSYM && HAVE_DLFCN_H) # ifdef RTLD_DEFAULT void *rtld_default = RTLD_DEFAULT; |
