]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
ubi: correct code style with contrib/format.sh 3486/head
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 24 Jun 2020 11:02:15 +0000 (13:02 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 24 Jun 2020 11:02:15 +0000 (13:02 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
src/ubi.c

index 75ef99a05a9e50932b4b1320422a7cc62372334e..0485db872db965208a3c4f969f5d2353beb59c37 100644 (file)
--- 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)