diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-03-03 12:54:58 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-03-03 12:54:58 -0800 |
commit | 9f71b177074ceb2607f331241dcceafa03431eaa (patch) | |
tree | 6ba05164c989dc37556d64e2603dc1d11a10c431 /include/grpc++/impl/codegen | |
parent | 2c7ab675c3595b2a5d80ad8211cdf96f07da4f34 (diff) |
Fix clang formatting issues
Diffstat (limited to 'include/grpc++/impl/codegen')
-rw-r--r-- | include/grpc++/impl/codegen/completion_queue.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/grpc++/impl/codegen/completion_queue.h b/include/grpc++/impl/codegen/completion_queue.h index a123af2cf6..a7125e6af3 100644 --- a/include/grpc++/impl/codegen/completion_queue.h +++ b/include/grpc++/impl/codegen/completion_queue.h @@ -147,9 +147,8 @@ class CompletionQueue : private GrpcLibraryCodegen { /// /// \return true if read a regular event, false if the queue is shutting down. bool Next(void** tag, bool* ok) { - return (AsyncNextInternal(tag, ok, - g_core_codegen_interface->gpr_inf_future( - GPR_CLOCK_REALTIME)) != SHUTDOWN); + return (AsyncNextInternal(tag, ok, g_core_codegen_interface->gpr_inf_future( + GPR_CLOCK_REALTIME)) != SHUTDOWN); } /// Request the shutdown of the queue. |