From 0a5547e97bfd0c0e95c4efb032bc2867cc5a60f0 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 23:49:45 +0200 Subject: Remove trailing whitespace errors from all files --- src/img3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/img3.c') diff --git a/src/img3.c b/src/img3.c index c58d8a3..fb8d49e 100644 --- a/src/img3.c +++ b/src/img3.c @@ -413,7 +413,7 @@ int img3_stitch_component(const char* component_name, const unsigned char* compo } info("Personalizing IMG3 component %s...\n", component_name); - + /* parse current component as img3 */ img3 = img3_parse_file(component_data, component_size); if (img3 == NULL) { -- cgit v1.1-32-gdbae