aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-13 16:11:58 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-13 16:11:58 -0800
commit40fc7a66323d74b4303d582345807c4577584a77 (patch)
tree20ee15c7c905830e715158b04c4e2acac6c11433 /include
parent375605b65f9d58b7544b4af8bc93d4cf8489f010 (diff)
clang-format codebase
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index cc7ed4a9fb..e51a1668e8 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -320,10 +320,9 @@ grpc_call_error grpc_call_add_metadata(grpc_call *call, grpc_metadata *metadata,
Produces a GRPC_FINISHED event with finished_tag when the call has been
completed (there may be other events for the call pending at this
time) */
-grpc_call_error grpc_call_invoke(grpc_call *call,
- grpc_completion_queue *cq,
- void *metadata_read_tag,
- void *finished_tag, gpr_uint32 flags);
+grpc_call_error grpc_call_invoke(grpc_call *call, grpc_completion_queue *cq,
+ void *metadata_read_tag, void *finished_tag,
+ gpr_uint32 flags);
grpc_call_error grpc_call_start_invoke(grpc_call *call,
grpc_completion_queue *cq,
void *invoke_accepted_tag,