projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaacc27
)
pyvalues.c: remove unneccesary semicolon
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 16 Apr 2016 11:58:02 +0000
(13:58 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 16 Apr 2016 11:58:02 +0000
(13:58 +0200)
Found with Coccinelle
src/pyvalues.c
patch
|
blob
|
history
diff --git
a/src/pyvalues.c
b/src/pyvalues.c
index
3c52ce5
..
0ba0436
100644
(file)
--- a/
src/pyvalues.c
+++ b/
src/pyvalues.c
@@
-697,7
+697,7
@@
static PyObject *Values_write(Values *self, PyObject *args, PyObject *kwds) {
value_list.values_len = size;
value_list.time = DOUBLE_TO_CDTIME_T(time);
value_list.interval = DOUBLE_TO_CDTIME_T(interval);
- value_list.meta = cpy_build_meta(meta);
;
+ value_list.meta = cpy_build_meta(meta);
if (value_list.host[0] == 0)
sstrncpy(value_list.host, hostname_g, sizeof(value_list.host));
if (value_list.plugin[0] == 0)