From 6c3bd9c7c39da723bf146153cf97b89b2e8012d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 26 Jan 2015 18:19:07 +0800 Subject: clients: Remove stray new-line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- clients/subsurfaces.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/subsurfaces.c b/clients/subsurfaces.c index 833030f0..fcbe496f 100644 --- a/clients/subsurfaces.c +++ b/clients/subsurfaces.c @@ -256,8 +256,7 @@ egl_make_swapbuffers_nonblock(struct egl_state *egl) if (!eglGetConfigAttrib(egl->dpy, egl->conf, a, &a) || !eglGetConfigAttrib(egl->dpy, egl->conf, b, &b)) { fprintf(stderr, "warning: swap interval range unknown\n"); - } else - if (a > 0) { + } else if (a > 0) { fprintf(stderr, "warning: minimum swap interval is %d, " "while 0 is required to not deadlock on resize.\n", a); } -- cgit v1.2.1