[Buildroot] [git commit] package/jpeg: better indentation

Peter Korsgaard peter at korsgaard.com
Sun Dec 11 20:07:52 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4ab4df632a4f258cdd249527c324652c558cbdcd
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Use easier-to-read layout; fix leading spaces.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Peter Korsgaard <peter at korsgaard.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/jpeg/Config.in | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/jpeg/Config.in b/package/jpeg/Config.in
index 8de45a3..a4a63cc 100644
--- a/package/jpeg/Config.in
+++ b/package/jpeg/Config.in
@@ -5,10 +5,11 @@ config BR2_PACKAGE_JPEG
 
 # jpeg-turbo has simd support for some architectures
 config BR2_PACKAGE_JPEG_SIMD_SUPPORT
-       bool
-       default y if BR2_X86_CPU_HAS_MMX || BR2_ARM_CPU_HAS_NEON || \
-		 BR2_POWERPC_CPU_HAS_ALTIVEC || \
-		 BR2_aarch64 || BR2_aarch64_be
+	bool
+	default y if BR2_X86_CPU_HAS_MMX
+	default y if BR2_ARM_CPU_HAS_NEON
+	default y if BR2_POWERPC_CPU_HAS_ALTIVEC
+	default y if BR2_aarch64 || BR2_aarch64_be
 
 if BR2_PACKAGE_JPEG
 


More information about the buildroot mailing list