[coreboot-gerrit] Change in coreboot[master]: util/*: Fix final newlines in scripts

Alex Thiessen (Code Review) gerrit at coreboot.org
Fri Jan 19 00:17:43 CET 2018


Alex Thiessen has uploaded this change for review. ( https://review.coreboot.org/23324


Change subject: util/*: Fix final newlines in scripts
......................................................................

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 <alex.thiessen.de+coreboot at gmail.com>
---
M util/ipqheader/mbn_tools.py
M util/lint/lint-stable-018-symlinks
M util/lint/lint-stable-019-header-files
M util/me_cleaner/me_cleaner.py
4 files changed, 1 insertion(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/23324/1

diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py
index af92e0b..bc2cdd2 100755
--- a/util/ipqheader/mbn_tools.py
+++ b/util/ipqheader/mbn_tools.py
@@ -2313,4 +2313,3 @@
 #----------------------------------------------------------------------------
 # HELPER FUNCTIONS END
 #----------------------------------------------------------------------------
-
diff --git a/util/lint/lint-stable-018-symlinks b/util/lint/lint-stable-018-symlinks
index 7865f55..833507c 100755
--- a/util/lint/lint-stable-018-symlinks
+++ b/util/lint/lint-stable-018-symlinks
@@ -30,4 +30,3 @@
 		sed 's|\.\/||' | \
 		grep -v "$EXCLUDED_DIRS"
 fi
-
diff --git a/util/lint/lint-stable-019-header-files b/util/lint/lint-stable-019-header-files
index e98c3b5..1ce6cc5 100755
--- a/util/lint/lint-stable-019-header-files
+++ b/util/lint/lint-stable-019-header-files
@@ -33,4 +33,4 @@
 	${GREP_FILES} "#\s*include\s\+[\"<]\s*${header}\.h\s*[\">]" | \
 		grep "$INCLUDED_DIRS" | \
 		grep -v "$EXCLUDED_FILES"; \
-done
\ No newline at end of file
+done
diff --git a/util/me_cleaner/me_cleaner.py b/util/me_cleaner/me_cleaner.py
index e8a89cc..11f077d 100755
--- a/util/me_cleaner/me_cleaner.py
+++ b/util/me_cleaner/me_cleaner.py
@@ -708,4 +708,3 @@
 
     if not args.check:
         print("Done! Good luck!")
-

-- 
To view, visit https://review.coreboot.org/23324
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icec08f1fc7ea837906653475b7f821aa1a143169
Gerrit-Change-Number: 23324
Gerrit-PatchSet: 1
Gerrit-Owner: Alex Thiessen <alex.thiessen.de+coreboot at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180118/78495584/attachment.html>


More information about the coreboot-gerrit mailing list