Skip to content
Snippets Groups Projects
Commit 31f2dd43 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

clang-format

parent df8f1220
No related branches found
No related tags found
No related merge requests found
......@@ -802,7 +802,7 @@ void grpc_get_subchannel_address_arg(const grpc_channel_args *args,
}
}
grpc_arg grpc_create_subchannel_address_arg(const grpc_resolved_address* addr) {
grpc_arg grpc_create_subchannel_address_arg(const grpc_resolved_address *addr) {
grpc_arg new_arg;
new_arg.key = GRPC_ARG_SUBCHANNEL_ADDRESS;
new_arg.type = GRPC_ARG_STRING;
......
......@@ -180,6 +180,6 @@ void grpc_get_subchannel_address_arg(const grpc_channel_args *args,
/// Returns a new channel arg encoding the subchannel address as a string.
/// Caller is responsible for freeing the string.
grpc_arg grpc_create_subchannel_address_arg(const grpc_resolved_address* addr);
grpc_arg grpc_create_subchannel_address_arg(const grpc_resolved_address *addr);
#endif /* GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment