From 6416103d916daf19ab59665fe18e0149ae78abd6 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Sat, 6 Jul 2013 17:48:44 +0200
Subject: [PATCH] whitespace

---
 Cython/Compiler/Code.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Cython/Compiler/Code.py b/Cython/Compiler/Code.py
index 599e87253..7d916dc53 100644
--- a/Cython/Compiler/Code.py
+++ b/Cython/Compiler/Code.py
@@ -1544,8 +1544,7 @@ class CCodeWriter(object):
             if include_dir and len(code) > 1042:
                 include_file = "%s_%s.h" % (
                     name, hashlib.md5(code).hexdigest())
-                path = os.path.join(
-                    include_dir, include_file)
+                path = os.path.join(include_dir, include_file)
                 if not os.path.exists(path):
                     tmp_path = '%s.tmp%s' % (path, os.getpid())
                     f = Utils.open_new_file(tmp_path)
-- 
2.30.9