diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-13 13:49:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-14 02:14:18 +0300 |
commit | 72938b640199d03d6092366224d3927d5d2a33b9 (patch) | |
tree | c7e57d69da40085ba835d2e22d1a3d59ab201fe5 /src/utils/glxhelper.cpp | |
parent | c4cef10f92a8ff3fc668e0644d38744dccd06392 (diff) | |
download | plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.gz plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.bz2 plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.xz plus-72938b640199d03d6092366224d3927d5d2a33b9.zip |
Fix code style.
Diffstat (limited to 'src/utils/glxhelper.cpp')
-rw-r--r-- | src/utils/glxhelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp index 240e4b8d5..021e3cd64 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -45,7 +45,7 @@ void *GlxHelper::createContext(const unsigned long window, { Display *const display = static_cast<Display*>(display0); XSync(display, false); - int (*handler) (Display *, XErrorEvent *) = XSetErrorHandler(ErrorHandler); + int (*handler)(Display *, XErrorEvent *) = XSetErrorHandler(ErrorHandler); void *context = mglXGetCurrentContext(); if (isGLNull(mglXGetCurrentContext) || isGLNull(mglXCreateContextAttribs) |