summaryrefslogtreecommitdiffstats
path: root/package/python-numpy
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-12 15:17:50 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-11-12 17:53:14 +0100
commit1b9c562dfdac123e707dc8283338b11b24832ba7 (patch)
treeee991cc7c789f2a64aa23b77e4d691ed54875e21 /package/python-numpy
parentf2c353054111b0398399ba1933a47d34441c875e (diff)
downloadbuildroot-1b9c562dfdac123e707dc8283338b11b24832ba7.tar.gz
buildroot-1b9c562dfdac123e707dc8283338b11b24832ba7.zip
python-numpy: remove trailing whitespace
Remove trailing whitespace introduced by commit 855002f22b4795b7ff3e37880c3ed65011cd036c ("python-numpy: reformat BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-numpy')
-rw-r--r--package/python-numpy/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/python-numpy/Config.in b/package/python-numpy/Config.in
index 1405218b1c..aa47087d28 100644
--- a/package/python-numpy/Config.in
+++ b/package/python-numpy/Config.in
@@ -4,14 +4,14 @@ config BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
# ARC toolchain issues for ARCompact
default y if BR2_arc && !(BR2_arc770d || BR2_arc750d)
default y if BR2_aarch64
- default y if BR2_arm
+ default y if BR2_arm
default y if BR2_armeb
- default y if BR2_i386
+ default y if BR2_i386
default y if BR2_mips
default y if BR2_mipsel
default y if BR2_powerpc
- default y if BR2_powerpc64
- default y if BR2_sh
+ default y if BR2_powerpc64
+ default y if BR2_sh
default y if BR2_x86_64
config BR2_PACKAGE_PYTHON_NUMPY
OpenPOWER on IntegriCloud