summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/py_wrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/py_wrap.py')
-rw-r--r--numpy/f2py/lib/py_wrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/lib/py_wrap.py b/numpy/f2py/lib/py_wrap.py
index e8734ec08..47c8437ad 100644
--- a/numpy/f2py/lib/py_wrap.py
+++ b/numpy/f2py/lib/py_wrap.py
@@ -76,7 +76,7 @@ capi_err:
self.defined_types = []
self.defined_capi_codes = []
-
+
self.header_list = []
self.typedef_list = []
self.extern_list = []
@@ -121,7 +121,7 @@ capi_err:
else:
raise NotImplementedError,`block.__class__.__name__`
return
-
+
def c_code(self):
return self.apply_attributes(self.main_template)
def fortran_code(self):