summaryrefslogtreecommitdiff
path: root/numpy/core/include
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-03-08 13:20:19 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-03-08 15:28:40 -0700
commit27b8e54598a325b53fc73b2017ef5e2272f3e5f4 (patch)
treef72c4c10cdd44df371d2c40ece7a6761e71dbec8 /numpy/core/include
parent0311fa97057979384f5cc182d325ad6042e6b363 (diff)
downloadnumpy-27b8e54598a325b53fc73b2017ef5e2272f3e5f4.tar.gz
MAINT: Hard tab and whitespace cleanup.
Diffstat (limited to 'numpy/core/include')
-rw-r--r--numpy/core/include/numpy/npy_common.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/core/include/numpy/npy_common.h b/numpy/core/include/numpy/npy_common.h
index a1a30f7f0..b7634a930 100644
--- a/numpy/core/include/numpy/npy_common.h
+++ b/numpy/core/include/numpy/npy_common.h
@@ -120,13 +120,13 @@
#if defined(_MSC_VER)
#define NPY_INLINE __inline
#elif defined(__GNUC__)
- #if defined(__STRICT_ANSI__)
- #define NPY_INLINE __inline__
- #else
- #define NPY_INLINE inline
- #endif
+ #if defined(__STRICT_ANSI__)
+ #define NPY_INLINE __inline__
+ #else
+ #define NPY_INLINE inline
+ #endif
#else
- #define NPY_INLINE
+ #define NPY_INLINE
#endif
#ifdef HAVE___THREAD