From fc0fd9040856ca800b10903fac222b9640768f0f Mon Sep 17 00:00:00 2001 From: Barbara Kaczorowska Date: Mon, 21 Sep 2020 10:31:26 +0000 Subject: [PATCH] clang format --- src/utils/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/common/common.c b/src/utils/common/common.c index 010b1fed5..a60e10637 100644 --- a/src/utils/common/common.c +++ b/src/utils/common/common.c @@ -888,7 +888,7 @@ int format_name(char *ret, int ret_len, const char *hostname, APPEND(hostname); APPEND("/"); } - + APPEND(plugin); if ((plugin_instance != NULL) && (plugin_instance[0] != 0)) { APPEND("-"); -- 2.47.2