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>
This commit is contained in:
parent
130f266c6e
commit
1d5e240ea3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue