From 167c14cc36e00314341492941b3d41506b53bf22 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sun, 20 Jan 2019 09:23:52 +0300 Subject: treewide: Remove trailing whitespaces and tabs Just a cleanup over barebox tree Signed-off-by: Alexander Shiyan Signed-off-by: Sascha Hauer --- common/image-fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/image-fit.c b/common/image-fit.c index 87a55b7e27..6ac4644686 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -368,7 +368,7 @@ static int fit_verify_signature(struct device_node *sig_node, const void *fit) out_sl: string_list_free(&inc_nodes); string_list_free(&exc_props); - + return ret; } -- cgit v1.2.3