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:
Martin Roth 2017-07-23 20:04:41 -06:00
parent 130f266c6e
commit 1d5e240ea3
1 changed files with 1 additions and 1 deletions

View File

@ -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)