From 9ef15659f5003121605ba5096405276dcdf54254 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 22 Oct 2016 11:32:08 -0600 Subject: STY: Fix indentation to follow PEP8 --- numpy/random/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/random') diff --git a/numpy/random/setup.py b/numpy/random/setup.py index 88274bdef..3f3b773a4 100644 --- a/numpy/random/setup.py +++ b/numpy/random/setup.py @@ -35,8 +35,8 @@ def configuration(parent_package='',top_path=None): defs = [('_LARGE_FILES', None)] else: defs = [('_FILE_OFFSET_BITS', '64'), - ('_LARGEFILE_SOURCE', '1'), - ('_LARGEFILE64_SOURCE', '1')] + ('_LARGEFILE_SOURCE', '1'), + ('_LARGEFILE64_SOURCE', '1')] if needs_mingw_ftime_workaround(): defs.append(("NPY_NEEDS_MINGW_TIME_WORKAROUND", None)) -- cgit v1.2.1