[coreboot-gerrit] Change in coreboot[master]: console/vtxprintf.c: Add required spaces around '>'

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu May 3 09:38:56 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26024


Change subject: console/vtxprintf.c: Add required spaces around '>'
......................................................................

console/vtxprintf.c: Add required spaces around '>'

Change-Id: I2e1e494f40bf2316e02a96759a92c933ee11fbab
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/console/vtxprintf.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index 88295a2..63e6703 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -106,7 +106,7 @@
 		precision = i;
 	size -= precision;
 	if (!(type&(ZEROPAD+LEFT)))
-		while (size-->0)
+		while (size-- > 0)
 			call_tx(' '), count++;
 	if (sign)
 		call_tx(sign), count++;

-- 
To view, visit https://review.coreboot.org/26024
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: I2e1e494f40bf2316e02a96759a92c933ee11fbab
Gerrit-Change-Number: 26024
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180503/d82b9f31/attachment.html>


More information about the coreboot-gerrit mailing list