[Xcb-commit] src

Jamey Sharp jamey at kemper.freedesktop.org
Wed May 15 15:10:42 PDT 2013


 src/xcb_out.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b6044cb8aacdf1b637da7b5dda392f9ff41ed39
Author: Christian König <christian.koenig at amd.com>
Date:   Wed May 15 11:21:35 2013 +0200

    whitespace fix in xcb_take_socket
    
    Signed-off-by: Christian König <christian.koenig at amd.com>
    Signed-off-by: Jamey Sharp <jamey at minilop.net>

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)
     {


More information about the xcb-commit mailing list