From: Jerzy Grzegorek Date: Thu, 10 Mar 2016 21:48:55 +0000 (+0100) Subject: ltp-testsuite: indentation cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73c37f070b1b698dac6e309638c69d9ded162241;p=buildroot.git ltp-testsuite: indentation cleanup Signed-off-by: Jerzy Grzegorek Signed-off-by: Thomas Petazzoni --- diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk index 7d455de9ee..8adfdef68d 100644 --- a/package/ltp-testsuite/ltp-testsuite.mk +++ b/package/ltp-testsuite/ltp-testsuite.mk @@ -10,8 +10,8 @@ LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download LTP_TESTSUITE_LICENSE = GPLv2, GPLv2+ LTP_TESTSUITE_LICENSE_FILES = COPYING LTP_TESTSUITE_CONF_OPTS += \ - --with-power-management-testsuite \ - --with-realtime-testsuite + --with-power-management-testsuite \ + --with-realtime-testsuite # Needs libcap with file attrs which needs attr, so both required ifeq ($(BR2_PACKAGE_LIBCAP)$(BR2_PACKAGE_ATTR),yy)