From d322ef7e3e127ebbeb314bc8087ee42e5d02ce85 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 24 Jun 2020 13:02:15 +0200 Subject: [PATCH] ubi: correct code style with contrib/format.sh Signed-off-by: Florian Eckert --- src/ubi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ubi.c b/src/ubi.c index 75ef99a05..0485db872 100644 --- a/src/ubi.c +++ b/src/ubi.c @@ -69,8 +69,7 @@ static int ubi_config(const char *key, const char *value) { return 0; } /* int ubi_config */ -static void ubi_submit(const char *dev_name, const char *type, - gauge_t value) { +static void ubi_submit(const char *dev_name, const char *type, gauge_t value) { value_list_t vl = VALUE_LIST_INIT; if (ignorelist_match(ignorelist, dev_name) != 0) -- 2.47.2