diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-03-22 13:11:27 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-03-22 13:11:27 -0700 |
commit | 2ae4fc2601c23f026e8abff2f1c1f817b72ef0b3 (patch) | |
tree | c3ab562d2175fc8751ff0cb79f776704523bbb60 /include | |
parent | 12081c0304666f770985388e9805a6285cf2c09f (diff) |
Minor formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h index d2c18795ea..42cf201da4 100644 --- a/include/grpc/grpc.h +++ b/include/grpc/grpc.h @@ -117,14 +117,14 @@ typedef enum { GRPC_CQ_DEFAULT_POLLING, /** Similar to GRPC_CQ_DEFAULT_POLLING except that the completion queues will - not contain any 'listening file descriptors' (i.e file descriptors used to - listen to incoming channels) */ + not contain any 'listening file descriptors' (i.e file descriptors used to + listen to incoming channels) */ GRPC_CQ_NON_LISTENING, /** The completion queue will not have an associated pollset. Note that - grpc_completion_queue_next() or grpc_completion_queue_pluck() MUST still be - called to pop events from the completion queue; it is not required to call - them actively to make I/O progress */ + grpc_completion_queue_next() or grpc_completion_queue_pluck() MUST still + be called to pop events from the completion queue; it is not required to + call them actively to make I/O progress */ GRPC_CQ_NON_POLLING } grpc_cq_polling_type; |