Remove unnecessary whitespace

This commit is contained in:
Cliff Smolinsky 2019-03-19 09:43:32 -07:00 committed by GitHub
parent 1d8424e207
commit 7eeca12a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,7 +322,7 @@ static void swapBuffersWGL(_GLFWwindow* window)
if (IsWindowsVistaOrGreater())
{
BOOL enabled = FALSE;
// DWM Composition is always enabled on Win8+
if (IsWindows8OrGreater())
enabled = TRUE;
@ -352,7 +352,7 @@ static void swapIntervalWGL(int interval)
if (IsWindowsVistaOrGreater())
{
BOOL enabled = FALSE;
// DWM Composition is always enabled on Win8+
if (IsWindows8OrGreater())
enabled = TRUE;