From 0ab86f0073faf3ff6e22902f8c45e41f62e0f703 Mon Sep 17 00:00:00 2001 From: cgohlke Date: Sun, 16 Sep 2012 16:15:15 -0700 Subject: Style: consistently use spaces instead of tabs --- numpy/build_utils/waf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy') diff --git a/numpy/build_utils/waf.py b/numpy/build_utils/waf.py index ab49ecea9..4ef71327c 100644 --- a/numpy/build_utils/waf.py +++ b/numpy/build_utils/waf.py @@ -123,9 +123,9 @@ int main() def check_type(self, type_name, **kw): code = r""" int main() { - if ((%(type_name)s *) 0) + if ((%(type_name)s *) 0) return 0; - if (sizeof (%(type_name)s)) + if (sizeof (%(type_name)s)) return 0; } """ % {"type_name": type_name} -- cgit v1.2.1