diff options
author | Martin Roth <martinroth@google.com> | 2017-07-23 20:04:41 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-25 14:26:07 +0000 |
commit | 1d5e240ea3e68543716ec876d9250f20ce7689f6 (patch) | |
tree | 5a5e415da00a652b005352a4987c72018cfca383 /src | |
parent | 130f266c6e19d5078313fb5f6e29c0a198dbc734 (diff) | |
download | coreboot-1d5e240ea3e68543716ec876d9250f20ce7689f6.tar.xz |
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')
-rw-r--r-- | src/lib/jpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index 71253967c1..e5b09ea709 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) |