diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-01 10:36:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 10:36:50 -0600 |
commit | c0d9c97eeab5c799c699608a64c4af31f8ec731b (patch) | |
tree | 8242739d5fb3846ff9185ced22bd5dbc42888a7d /numpy/core/include | |
parent | 7559bf1154b6167787138c00555ff8585bde6540 (diff) | |
download | numpy-c0d9c97eeab5c799c699608a64c4af31f8ec731b.tar.gz |
MAINT: Fix hard tab.
Diffstat (limited to 'numpy/core/include')
-rw-r--r-- | numpy/core/include/numpy/npy_endian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/npy_endian.h b/numpy/core/include/numpy/npy_endian.h index 320b79160..649bdb0a6 100644 --- a/numpy/core/include/numpy/npy_endian.h +++ b/numpy/core/include/numpy/npy_endian.h @@ -46,7 +46,7 @@ || defined(NPY_CPU_SH_LE) \ || defined(NPY_CPU_MIPSEL) \ || defined(NPY_CPU_PPC64LE) \ - || defined(NPY_CPU_ARCEL) \ + || defined(NPY_CPU_ARCEL) \ || defined(NPY_CPU_RISCV64) #define NPY_BYTE_ORDER NPY_LITTLE_ENDIAN #elif defined(NPY_CPU_PPC) \ |