aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/lb_policy_factory.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-24 11:12:05 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-24 11:12:05 -0700
commit557c990c36dd281812016ad81fa79309078e807d (patch)
tree716f5761931139666e2bc1fd0d9ee636d36053a1 /src/core/ext/client_channel/lb_policy_factory.h
parent93ca8071f2de5d04c5f602d028d155846d3db4d2 (diff)
clang-format
Diffstat (limited to 'src/core/ext/client_channel/lb_policy_factory.h')
-rw-r--r--src/core/ext/client_channel/lb_policy_factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/ext/client_channel/lb_policy_factory.h b/src/core/ext/client_channel/lb_policy_factory.h
index 27b0a4de01..c19126d04f 100644
--- a/src/core/ext/client_channel/lb_policy_factory.h
+++ b/src/core/ext/client_channel/lb_policy_factory.h
@@ -60,9 +60,9 @@ typedef struct grpc_lb_address {
} grpc_lb_address;
typedef struct grpc_lb_user_data_vtable {
- void* (*copy)(void*);
- void (*destroy)(void*);
- int (*cmp)(void*, void*);
+ void *(*copy)(void *);
+ void (*destroy)(void *);
+ int (*cmp)(void *, void *);
} grpc_lb_user_data_vtable;
typedef struct grpc_lb_addresses {
@@ -75,7 +75,7 @@ typedef struct grpc_lb_addresses {
\a num_addresses addresses. The \a user_data_vtable argument may be
NULL if no user data will be added. */
grpc_lb_addresses *grpc_lb_addresses_create(
- size_t num_addresses, const grpc_lb_user_data_vtable* user_data_vtable);
+ size_t num_addresses, const grpc_lb_user_data_vtable *user_data_vtable);
/** Creates a copy of \a addresses. If \a user_data_copy is not NULL,
* it will be invoked to copy the \a user_data field of each address. */