aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-13 14:37:25 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-13 14:37:25 -0700
commit52237e3a961e3b4a025399ec7a0abe57a16331d6 (patch)
tree5caa971ff17871a5426c31b94f7d0ccadf672026 /include/grpc++
parent63d24f1c7db322d4e0e90dd6b682cef80cc98b1e (diff)
clang-format
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/channel_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/channel_interface.h b/include/grpc++/impl/codegen/channel_interface.h
index b45d803b81..cf78438117 100644
--- a/include/grpc++/impl/codegen/channel_interface.h
+++ b/include/grpc++/impl/codegen/channel_interface.h
@@ -86,7 +86,8 @@ class ChannelInterface {
}
/// Wait for this channel to be connected
- template <typename T>bool WaitForConnected(T deadline) {
+ template <typename T>
+ bool WaitForConnected(T deadline) {
grpc_connectivity_state state;
while ((state = GetState(true)) != GRPC_CHANNEL_READY) {
if (!WaitForStateChange(state, deadline)) return false;