summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
committerJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
commitc66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch)
tree55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/core/setup.py
parent0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff)
downloadnumpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz
ran reindent
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index 869b6926f..f06762445 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -175,7 +175,7 @@ def configuration(parent_package='',top_path=None):
" python-dev|python-devel." % (python_h)
config.numpy_include_dirs
- result = config_cmd.try_run(testcode,
+ result = config_cmd.try_run(testcode,
include_dirs = [python_include] + \
config.numpy_include_dirs,
library_dirs = default_lib_dirs)
@@ -190,7 +190,7 @@ def configuration(parent_package='',top_path=None):
target_f.close()
print 'EOF'
return target
-
+
def generate_api_func(module_name):
def generate_api(ext, build_dir):
script = join(codegen_dir, module_name + '.py')
@@ -405,9 +405,9 @@ def generate_numpyconfig_code(target):
#include "config.h"
int main()
-{
+{
FILE* f;
-
+
f = fopen("%s", "w");
if (f == NULL) {
return -1;