From 687b96155cbd6c3c03dcc1bccdbe5104cd9db74b Mon Sep 17 00:00:00 2001 From: Alex Thiessen Date: Thu, 18 Jan 2018 23:11:07 +0000 Subject: util/*: Fix final newlines in scripts Some script files under the `util` directory have no final newline or multiple final newlines. This is fixed so that an adapted `util/lint/lint-extended-015-final-newlines` does not bark at them anymore. Change-Id: Icec08f1fc7ea837906653475b7f821aa1a143169 Signed-off-by: Alex Thiessen Reviewed-on: https://review.coreboot.org/23324 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- util/lint/lint-stable-019-header-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/lint/lint-stable-019-header-files') diff --git a/util/lint/lint-stable-019-header-files b/util/lint/lint-stable-019-header-files index e98c3b58ed..1ce6cc525f 100755 --- a/util/lint/lint-stable-019-header-files +++ b/util/lint/lint-stable-019-header-files @@ -33,4 +33,4 @@ for header in $HEADER_FILES; do ${GREP_FILES} "#\s*include\s\+[\"<]\s*${header}\.h\s*[\">]" | \ grep "$INCLUDED_DIRS" | \ grep -v "$EXCLUDED_FILES"; \ -done \ No newline at end of file +done -- cgit v1.2.3