浏览代码

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>
Thomas Petazzoni 7 年之前
父节点
当前提交
1b9c562dfd
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      package/python-numpy/Config.in

+ 4 - 4
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