From 7eeca12a11ce32ceec201d85f30bb9be3ce1268a Mon Sep 17 00:00:00 2001 From: Cliff Smolinsky <40178962+kliffy542@users.noreply.github.com> Date: Tue, 19 Mar 2019 09:43:32 -0700 Subject: [PATCH] Remove unnecessary whitespace --- src/wgl_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wgl_context.c b/src/wgl_context.c index 85ea91053..371afb243 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -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;