[Xcb] [PATCH 1/3] whitespace fix in xcb_take_socket
Jamey Sharp
jamey at minilop.net
Wed May 15 15:14:08 PDT 2013
Merged, thanks!
Jamey
On Wed, May 15, 2013 at 11:21:35AM +0200, Christian König wrote:
> From: Christian König <christian.koenig at amd.com>
>
> Signed-off-by: Christian König <christian.koenig at amd.com>
> ---
> src/xcb_out.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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)
> {
> --
> 1.7.9.5
>
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20130515/64247eb5/attachment.pgp>
More information about the Xcb
mailing list