summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/extgen/utils.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2007-10-29 14:58:18 +0000
committerJarrod Millman <millman@berkeley.edu>2007-10-29 14:58:18 +0000
commit0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26 (patch)
treec7609a2a685fd5bff235d812b8c5705621216f4c /numpy/f2py/lib/extgen/utils.py
parentaa3c27cce3d0625f719b812c9e6b0aa73114c612 (diff)
downloadnumpy-0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26.tar.gz
ran reindent.py to clean up whitespace
Diffstat (limited to 'numpy/f2py/lib/extgen/utils.py')
-rw-r--r--numpy/f2py/lib/extgen/utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/lib/extgen/utils.py b/numpy/f2py/lib/extgen/utils.py
index b3666c8f6..aa156469f 100644
--- a/numpy/f2py/lib/extgen/utils.py
+++ b/numpy/f2py/lib/extgen/utils.py
@@ -104,7 +104,7 @@ class FileSource(Component):
Line = 'Content',
Code = 'Content',
)
-
+
def initialize(self, path, *components, **options):
self.path = path
map(self.add, components)
@@ -121,6 +121,6 @@ class FileSource(Component):
def _test():
import doctest
doctest.testmod()
-
+
if __name__ == "__main__":
_test()