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

Tapasweni Pathak tapaswenipathak at gmail.com
Sun Oct 12 21:51:08 PDT 2014


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



More information about the Xcb mailing list