From 1b7b72c0e96856d2b9f73f705787af3426662bcf Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 28 Dec 2020 04:36:32 +1100 Subject: Ensure single newline at EOF for core files (#11310) --- testlist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testlist.mk') diff --git a/testlist.mk b/testlist.mk index ca1408806c..0d7609b9f0 100644 --- a/testlist.mk +++ b/testlist.mk @@ -15,4 +15,4 @@ define VALIDATE_TEST_LIST endef -$(eval $(call VALIDATE_TEST_LIST,$(firstword $(TEST_LIST)),$(wordlist 2,9999,$(TEST_LIST)))) \ No newline at end of file +$(eval $(call VALIDATE_TEST_LIST,$(firstword $(TEST_LIST)),$(wordlist 2,9999,$(TEST_LIST)))) -- cgit v1.2.3