whitespace fix in xcb_take_socket
authorChristian König <christian.koenig@amd.com>
Wed, 15 May 2013 09:21:35 +0000 (11:21 +0200)
committerJamey Sharp <jamey@minilop.net>
Wed, 15 May 2013 22:10:22 +0000 (15:10 -0700)
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jamey Sharp <jamey@minilop.net>
src/xcb_out.c

index 405f963..a4f52fb 100644 (file)
@@ -272,7 +272,7 @@ int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), v
      * write requests, so keep flushing until we're done
      */
     do
-           ret = _xcb_out_flush_to(c, c->out.request);
+        ret = _xcb_out_flush_to(c, c->out.request);
     while (ret && c->out.request != c->out.request_written);
     if(ret)
     {