<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23539">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/amd/olivehillplus: Fix coding style<br><br>Change-Id: I489780d205e0784914063454c6071b046df6cc30<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/mainboard/amd/olivehillplus/romstage.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/23539/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/amd/olivehillplus/romstage.c b/src/mainboard/amd/olivehillplus/romstage.c</span><br><span>index ff2c4c4..4ad0f6d 100644</span><br><span>--- a/src/mainboard/amd/olivehillplus/romstage.c</span><br><span>+++ b/src/mainboard/amd/olivehillplus/romstage.c</span><br><span>@@ -72,7 +72,8 @@</span><br><span>   */</span><br><span>  {</span><br><span>            int i;</span><br><span style="color: hsl(0, 100%, 40%);">-          for(i = 0; i < 200000; i++) inb(0xCD6);</span><br><span style="color: hsl(120, 100%, 40%);">+            for (i = 0; i < 200000; i++)</span><br><span style="color: hsl(120, 100%, 40%);">+                       inb(0xCD6);</span><br><span>  }</span><br><span> </span><br><span>        post_code(0x37);</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23539">change 23539</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/23539"/><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: I489780d205e0784914063454c6071b046df6cc30 </div>
<div style="display:none"> Gerrit-Change-Number: 23539 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>