From 33b020e06f0d7efbdc6a95ddea5eca4174904bb2 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 9 Sep 2016 17:19:23 +0200
Subject: [PATCH] setup.py: fix whitespace

---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 6ab5dd39..23d46604 100755
--- a/setup.py
+++ b/setup.py
@@ -404,8 +404,7 @@ def ext_modules(extensions):
     if use_cython and cython_version >= REQUIRED_CYTHON_VERSION:
         return cythonize([Extension(*args, **kwrds)
                           for args, kwrds in extensions], language_level=3,
-                         compiler_directives={'linetrace': trace_cython}
-                        )
+                         compiler_directives={'linetrace': trace_cython})
 
     # Cython is not going to be run: replace pyx extension by that of
     # the shipped translated file.
-- 
GitLab