From 1d5e240ea3e68543716ec876d9250f20ce7689f6 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 23 Jul 2017 20:04:41 -0600 Subject: src/lib: Fix checkpatch warning: no spaces at the start of a line Change-Id: I332c44c6db0a5ea05db076474caf77d6c50d4673 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20732 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Paul Menzel --- src/lib/jpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/jpeg.c') 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) -- cgit v1.2.3