mirror of
https://github.com/pengutronix/genimage.git
synced 2024-11-26 19:23:55 +08:00
fix indentation violations
Remove trailing blanks and replace spaces by tabulation. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
This commit is contained in:
parent
0ea4e614f7
commit
191a73aea7
@ -12,7 +12,7 @@ flash nor-64M-128k {
|
||||
lebsize = 130944
|
||||
numpebs = 256
|
||||
minimum-io-unit-size = 1
|
||||
vid-header-offset = 64
|
||||
vid-header-offset = 64
|
||||
sub-page-size = 1
|
||||
}
|
||||
|
||||
|
@ -300,7 +300,7 @@ static int parse_partitions(struct image *image, cfg_t *imagesec)
|
||||
part->image = cfg_getstr(partsec, "image");
|
||||
part->autoresize = cfg_getbool(partsec, "autoresize");
|
||||
part->in_partition_table = cfg_getbool(partsec, "in-partition-table");
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
@ -566,7 +566,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
image_tmp[0].name = handler->type;
|
||||
image_tmp[0].subopts = handler->opts;
|
||||
|
||||
|
||||
memcpy(&imageopts[start + i], image_tmp, sizeof(cfg_opt_t));
|
||||
}
|
||||
|
||||
@ -631,7 +631,7 @@ int main(int argc, char *argv[])
|
||||
if (ret)
|
||||
goto cleanup;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* check if each partition has a corresponding image */
|
||||
list_for_each_entry(image, &images, list) {
|
||||
|
Loading…
Reference in New Issue
Block a user