mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Coding Style cleanup: replace leading SPACEs by TABs
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Drop changes for PEP 4 following python tools] Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@ -127,8 +127,8 @@ static int uncompress_using_gzip(void *in, unsigned long in_size,
|
||||
}
|
||||
|
||||
static int compress_using_bzip2(void *in, unsigned long in_size,
|
||||
void *out, unsigned long out_max,
|
||||
unsigned long *out_size)
|
||||
void *out, unsigned long out_max,
|
||||
unsigned long *out_size)
|
||||
{
|
||||
/* There is no bzip2 compression in u-boot, so fake it. */
|
||||
assert(in_size == strlen(plain));
|
||||
|
Reference in New Issue
Block a user