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/img4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/img4.c') diff --git a/src/img4.c b/src/img4.c index 18d8ab3..fb63681 100644 --- a/src/img4.c +++ b/src/img4.c @@ -76,7 +76,7 @@ static unsigned char* asn1_create_element_header(unsigned char type, unsigned in *data_size = off; return *data; -} +} int img4_stitch_component(const char* component_name, const unsigned char* component_data, unsigned int component_size, const unsigned char* blob, unsigned int blob_size, unsigned char** img4_data, unsigned int *img4_size) { -- cgit v1.1-32-gdbae