diff options
author | Christian König <christian.koenig@amd.com> | 2013-05-15 11:21:35 +0200 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2013-05-15 15:10:22 -0700 |
commit | 6b6044cb8aacdf1b637da7b5dda392f9ff41ed39 (patch) | |
tree | 8c989bfc1f27598558806547c14ed152391044c1 | |
parent | 0dd8f8d26a758bc385e79d9239bf6ef2e3d7bf13 (diff) |
whitespace fix in xcb_take_socket
Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r-- | src/xcb_out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcb_out.c b/src/xcb_out.c index 405f963..a4f52fb 100644 --- a/src/xcb_out.c +++ b/src/xcb_out.c @@ -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) { |