<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25854">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/console: Add whitespace around '=='<br><br>Change-Id: I61ff3adb573ffc99f37a1cdcbf5d0d83b2dec0ed<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/console/vtxprintf.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/25854/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c</span><br><span>index acf2f80..88295a2 100644</span><br><span>--- a/src/console/vtxprintf.c</span><br><span>+++ b/src/console/vtxprintf.c</span><br><span>@@ -111,9 +111,9 @@</span><br><span>    if (sign)</span><br><span>            call_tx(sign), count++;</span><br><span>      if (type & SPECIAL) {</span><br><span style="color: hsl(0, 100%, 40%);">-               if (base==8)</span><br><span style="color: hsl(120, 100%, 40%);">+          if (base == 8)</span><br><span>                       call_tx('0'), count++;</span><br><span style="color: hsl(0, 100%, 40%);">-          else if (base==16) {</span><br><span style="color: hsl(120, 100%, 40%);">+          else if (base == 16) {</span><br><span>                       call_tx('0'), count++;</span><br><span>                       call_tx(digits[33]), count++;</span><br><span>                }</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25854">change 25854</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/25854"/><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: I61ff3adb573ffc99f37a1cdcbf5d0d83b2dec0ed </div>
<div style="display:none"> Gerrit-Change-Number: 25854 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>