From 46f8532a1b55edbb3367dc7524701ee23bc6175c Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 30 Jan 2015 17:13:58 +0100 Subject: Fix a bunch of trailing whitespace errors --- 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 1c70df2..158efe2 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