summaryrefslogtreecommitdiff
path: root/package/ltp-testsuite
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2017-04-04 19:50:11 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-06 22:40:33 +0200
commit6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62 (patch)
treed2cc36e5e14b79320b04c4c494c3058f662f4bd2 /package/ltp-testsuite
parent9576defc4b84df475cbfbc8de62f290538d94fad (diff)
package: remove consecutive empty lines
Occurrences were searched using [1]: check-package --include-only ConsecutiveEmptyLines $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ltp-testsuite')
-rw-r--r--package/ltp-testsuite/ltp-testsuite.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index cd9a34528f..7f26bd2a59 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -68,5 +68,4 @@ endef
LTP_TESTSUITE_POST_PATCH_HOOKS += LTP_TESTSUITE_REMOVE_UNSUPPORTED
endif
-
$(eval $(autotools-package))