aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/connectivity_state.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-01 07:39:04 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-01 07:39:04 -0800
commit1d881fbed6601f34ad0919cbb10d7367fe431148 (patch)
tree837296370bc24632b5bead5425b383a9716de732 /src/core/transport/connectivity_state.c
parentcaa4e702d05cdd7cd09987df102cd738c3e958d4 (diff)
clang-format
Diffstat (limited to 'src/core/transport/connectivity_state.c')
-rw-r--r--src/core/transport/connectivity_state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/transport/connectivity_state.c b/src/core/transport/connectivity_state.c
index 569d3c30b2..c409d983da 100644
--- a/src/core/transport/connectivity_state.c
+++ b/src/core/transport/connectivity_state.c
@@ -99,11 +99,11 @@ int grpc_connectivity_state_notify_on_state_change(
grpc_connectivity_state *current, grpc_closure *notify) {
if (grpc_connectivity_state_trace) {
if (current == NULL) {
- gpr_log(GPR_DEBUG, "CONWATCH: %p %s: unsubscribe notify=%p",
- tracker, tracker->name, notify);
+ gpr_log(GPR_DEBUG, "CONWATCH: %p %s: unsubscribe notify=%p", tracker,
+ tracker->name, notify);
} else {
- gpr_log(GPR_DEBUG, "CONWATCH: %p %s: from %s [cur=%s] notify=%p",
- tracker, tracker->name, grpc_connectivity_state_name(*current),
+ gpr_log(GPR_DEBUG, "CONWATCH: %p %s: from %s [cur=%s] notify=%p", tracker,
+ tracker->name, grpc_connectivity_state_name(*current),
grpc_connectivity_state_name(tracker->current_state), notify);
}
}