X-Git-Url: https://svn.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/e66c171545301da1055bc96f19393de0f7b5a5e0..dc449ca80b432de202188a4300ef990abeb968a1:/pypol/_islhelper.c?ds=sidebyside

diff --git a/pypol/_islhelper.c b/pypol/_islhelper.c
index 47ee1be..7751125 100644
--- a/pypol/_islhelper.c
+++ b/pypol/_islhelper.c
@@ -138,10 +138,8 @@ PyMODINIT_FUNC PyInit__islhelper(void) {
     if (m == NULL) {
         return NULL;
     }
-
     if (PyModule_AddObject(m, "dim_set", PyLong_FromLong(isl_dim_set)) == -1) {
         return NULL;
     }
-
     return m;
 }