From 3a52251bbd09dc3f99fc926cd053b8fd7504b3c0 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 15 Sep 2010 17:14:26 +0200 Subject: [PATCH] Formatting. --- src/x11/x11_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x11/x11_window.c b/src/x11/x11_window.c index f217ea05..614b0cbc 100644 --- a/src/x11/x11_window.c +++ b/src/x11/x11_window.c @@ -765,8 +765,8 @@ static GLboolean createWindow(_GLFWwindow* window, // Find or create the protocol atom for window close notifications window->X11.wmDeleteWindow = XInternAtom(_glfwLibrary.X11.display, - "WM_DELETE_WINDOW", - False); + "WM_DELETE_WINDOW", + False); // Declare the WM protocols we support {