projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db251c9
)
Minor codestyle fix
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Fri, 17 Aug 2018 11:53:13 +0000
(18:53 +0700)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Fri, 17 Aug 2018 11:53:13 +0000
(18:53 +0700)
src/daemon/plugin.c
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.c
b/src/daemon/plugin.c
index
a99e1cd
..
c2017ac
100644
(file)
--- a/
src/daemon/plugin.c
+++ b/
src/daemon/plugin.c
@@
-2112,7
+2112,7
@@
plugin_dispatch_multivalue(value_list_t const *template, /* {{{ */
stats_values_dropped++;
pthread_mutex_unlock(&statistics_lock);
}
- return
(0)
;
+ return
0
;
}
assert(template->values_len == 1);