From a859c10fa1bc564baf86359e51abbd3e07bb68ea Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 10 Mar 2014 13:55:23 +0100 Subject: [PATCH] Formatting. --- src/x11_window.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/x11_window.c b/src/x11_window.c index ec0c005e..ede208be 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -820,10 +820,11 @@ static void processEvent(XEvent *event) { // The converted data from the drag operation has arrived char* data; - const int result = _glfwGetWindowProperty(event->xselection.requestor, - event->xselection.property, - event->xselection.target, - (unsigned char**) &data); + const int result = + _glfwGetWindowProperty(event->xselection.requestor, + event->xselection.property, + event->xselection.target, + (unsigned char**) &data); if (result) {