[coreboot-gerrit] Change in coreboot[master]: src/lib: Fix checkpatch warning: no spaces at the start of a line

Martin Roth (Code Review) gerrit at coreboot.org
Mon Jul 24 04:15:23 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20732


Change subject: src/lib: Fix checkpatch warning: no spaces at the start of a line
......................................................................

src/lib: Fix checkpatch warning: no spaces at the start of a line

Change-Id: I332c44c6db0a5ea05db076474caf77d6c50d4673
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/lib/jpeg.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/20732/1

diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c
index 7125396..e5b09ea 100644
--- a/src/lib/jpeg.c
+++ b/src/lib/jpeg.c
@@ -464,7 +464,7 @@
 						m = in->func(in->data);
 						if (m == 0)
 							continue;
-                                        }
+					}
 				}
 				in->marker = m;
 				if (le <= 16)

-- 
To view, visit https://review.coreboot.org/20732
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I332c44c6db0a5ea05db076474caf77d6c50d4673
Gerrit-Change-Number: 20732
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170724/c369f11c/attachment.html>


More information about the coreboot-gerrit mailing list