aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-16 10:18:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-16 10:18:37 -0800
commitc9bbff230ab2be9b42d1cb1b6e1f941892207a74 (patch)
treee5784bfa4d5c79aca7073d270ffef07a696d78b1 /src/core/surface
parent4853791a8470ab99bba911965cbc41137b209729 (diff)
Indent fix
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/surface/call.c b/src/core/surface/call.c
index fd4e590aad..26bfa02ad1 100644
--- a/src/core/surface/call.c
+++ b/src/core/surface/call.c
@@ -901,8 +901,8 @@ static void call_alarm(void *arg, int success) {
grpc_call_cancel_with_status(call, GRPC_STATUS_DEADLINE_EXCEEDED,
"Deadline Exceeded");
} else {
- grpc_call_cancel(call);
- }
+ grpc_call_cancel(call);
+ }
}
grpc_call_internal_unref(call);
}