diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-01-07 21:48:59 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-01-07 21:51:47 +0100 |
| commit | 4d1face5407e7718f159b357a4da6bd0464df5d5 (patch) | |
| tree | d0f4b89e7d7dec65d3bf5960e519137406cdb589 /Source/Core/VideoBackends/OGL/GLInterface | |
| parent | c6e2449bff926b1e241b4b9bad8569136be5eba4 (diff) | |
Fix indentation
Diffstat (limited to 'Source/Core/VideoBackends/OGL/GLInterface')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp b/Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp index 900a74b0c8..e9549998f8 100644 --- a/Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp +++ b/Source/Core/VideoBackends/OGL/GLInterface/GLX.cpp @@ -21,8 +21,8 @@ static PFNGLXSWAPINTERVALSGIPROC glXSwapIntervalSGI = nullptr; static bool s_glxError; static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { - s_glxError = true; - return 0; + s_glxError = true; + return 0; } void cInterfaceGLX::SwapInterval(int Interval) |
