projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59c14a
)
More clang formatting for unrelated plugin
author
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:25:25 +0000
(08:25 -0400)
committer
Andrew Bays
<andrew.bays@gmail.com>
Thu, 5 Sep 2019 12:25:25 +0000
(08:25 -0400)
src/grpc.cc
patch
|
blob
|
history
diff --git
a/src/grpc.cc
b/src/grpc.cc
index
1e9cb20
..
d9577a4
100644
(file)
--- a/
src/grpc.cc
+++ b/
src/grpc.cc
@@
-747,7
+747,8
@@
static int c_grpc_config_server(oconfig_item_t *ci) {
auto callback_name = grpc::string("grpc/") + addr;
user_data_t ud = {
- .data = client, .free_func = c_grpc_destroy_write_callback,
+ .data = client,
+ .free_func = c_grpc_destroy_write_callback,
};
plugin_register_write(callback_name.c_str(), c_grpc_write, &ud);