[coreboot-gerrit] Change in coreboot[master]: src/console: Add whitespace around '=='

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Thu Apr 26 10:01:17 CEST 2018


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


Change subject: src/console: Add whitespace around '=='
......................................................................

src/console: Add whitespace around '=='

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/25854/1

diff --git a/src/console/vtxprintf.c b/src/console/vtxprintf.c
index acf2f80..88295a2 100644
--- a/src/console/vtxprintf.c
+++ b/src/console/vtxprintf.c
@@ -111,9 +111,9 @@
 	if (sign)
 		call_tx(sign), count++;
 	if (type & SPECIAL) {
-		if (base==8)
+		if (base == 8)
 			call_tx('0'), count++;
-		else if (base==16) {
+		else if (base == 16) {
 			call_tx('0'), count++;
 			call_tx(digits[33]), count++;
 		}

-- 
To view, visit https://review.coreboot.org/25854
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: I61ff3adb573ffc99f37a1cdcbf5d0d83b2dec0ed
Gerrit-Change-Number: 25854
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/20180426/58a957cb/attachment.html>


More information about the coreboot-gerrit mailing list