summaryrefslogtreecommitdiffstats
path: root/src/lib/jpeg.c
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-07-23 20:04:41 -0600
committerMartin Roth <martinroth@google.com>2017-07-25 14:26:07 +0000
commit1d5e240ea3e68543716ec876d9250f20ce7689f6 (patch)
tree5a5e415da00a652b005352a4987c72018cfca383 /src/lib/jpeg.c
parent130f266c6e19d5078313fb5f6e29c0a198dbc734 (diff)
downloadcoreboot-1d5e240ea3e68543716ec876d9250f20ce7689f6.tar.gz
coreboot-1d5e240ea3e68543716ec876d9250f20ce7689f6.tar.bz2
coreboot-1d5e240ea3e68543716ec876d9250f20ce7689f6.zip
src/lib: Fix checkpatch warning: no spaces at the start of a line
Change-Id: I332c44c6db0a5ea05db076474caf77d6c50d4673 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20732 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/lib/jpeg.c')
-rw-r--r--src/lib/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c
index 71253967c173..e5b09ea7094a 100644
--- a/src/lib/jpeg.c
+++ b/src/lib/jpeg.c
@@ -464,7 +464,7 @@ static int fillbits(struct in *in, int le, unsigned int bi)
m = in->func(in->data);
if (m == 0)
continue;
- }
+ }
}
in->marker = m;
if (le <= 16)