[Xcb] [PATCH xpyb 10/10] conn.c: Add space before a line

Christian Linhart chris at DemoRecorder.com
Mon Oct 13 00:53:57 PDT 2014


On 10/13/14 06:51, Tapasweni Pathak wrote:
> This patch fixes coding style issue of four space indents in file conn.c
> 
> Signed-off-by: Tapasweni Pathak <tapaswenipathak at gmail.com>
> ---
>  src/conn.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/conn.c b/src/conn.c
> index e5958f0..786053c 100644
> --- a/src/conn.c
> +++ b/src/conn.c
> @@ -56,7 +56,7 @@ xpybConn_init_struct(xpybConn *self, PyObject *core_type)
>      if (!self->dict)
>          return -1;
> 
> -   self->extcache = PyDict_New();
> +    self->extcache = PyDict_New();
>      if (!self->extcache)
>          return -1;
> 
> --
> 1.7.9.5

Reviewed-by: Christian Linhart <chris at demorecorder.com>

Chris

> 
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
> 





More information about the Xcb mailing list