<p>Alex Thiessen has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23324">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/*: Fix final newlines in scripts<br><br>Some script files under the `util` directory have no final newline or<br>multiple final newlines. This is fixed so that an adapted<br>`util/lint/lint-extended-015-final-newlines` does not bark at them<br>anymore.<br><br>Change-Id: Icec08f1fc7ea837906653475b7f821aa1a143169<br>Signed-off-by: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com><br>---<br>M util/ipqheader/mbn_tools.py<br>M util/lint/lint-stable-018-symlinks<br>M util/lint/lint-stable-019-header-files<br>M util/me_cleaner/me_cleaner.py<br>4 files changed, 1 insertion(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/23324/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/ipqheader/mbn_tools.py b/util/ipqheader/mbn_tools.py</span><br><span>index af92e0b..bc2cdd2 100755</span><br><span>--- a/util/ipqheader/mbn_tools.py</span><br><span>+++ b/util/ipqheader/mbn_tools.py</span><br><span>@@ -2313,4 +2313,3 @@</span><br><span> #----------------------------------------------------------------------------</span><br><span> # HELPER FUNCTIONS END</span><br><span> #----------------------------------------------------------------------------</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>diff --git a/util/lint/lint-stable-018-symlinks b/util/lint/lint-stable-018-symlinks</span><br><span>index 7865f55..833507c 100755</span><br><span>--- a/util/lint/lint-stable-018-symlinks</span><br><span>+++ b/util/lint/lint-stable-018-symlinks</span><br><span>@@ -30,4 +30,3 @@</span><br><span>          sed 's|\.\/||' | \</span><br><span>           grep -v "$EXCLUDED_DIRS"</span><br><span> fi</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span>diff --git a/util/lint/lint-stable-019-header-files b/util/lint/lint-stable-019-header-files</span><br><span>index e98c3b5..1ce6cc5 100755</span><br><span>--- a/util/lint/lint-stable-019-header-files</span><br><span>+++ b/util/lint/lint-stable-019-header-files</span><br><span>@@ -33,4 +33,4 @@</span><br><span>    ${GREP_FILES} "#\s*include\s\+[\"<]\s*${header}\.h\s*[\">]" | \</span><br><span>            grep "$INCLUDED_DIRS" | \</span><br><span>          grep -v "$EXCLUDED_FILES"; \</span><br><span style="color: hsl(0, 100%, 40%);">-done</span><br><span>\ No newline at end of file</span><br><span style="color: hsl(120, 100%, 40%);">+done</span><br><span>diff --git a/util/me_cleaner/me_cleaner.py b/util/me_cleaner/me_cleaner.py</span><br><span>index e8a89cc..11f077d 100755</span><br><span>--- a/util/me_cleaner/me_cleaner.py</span><br><span>+++ b/util/me_cleaner/me_cleaner.py</span><br><span>@@ -708,4 +708,3 @@</span><br><span> </span><br><span>     if not args.check:</span><br><span>         print("Done! Good luck!")</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23324">change 23324</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/23324"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Icec08f1fc7ea837906653475b7f821aa1a143169 </div>
<div style="display:none"> Gerrit-Change-Number: 23324 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> </div>