diff options
author | Craig Tiller <ctiller@google.com> | 2016-05-24 13:23:14 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-05-24 13:23:14 -0700 |
commit | 77c983dc87dcf19b3e869247f90063ef4c10af3e (patch) | |
tree | 50e1f02cd41f5a4dba56172dc361cfc4f94994e4 /src/core/ext/transport | |
parent | 332f1b35d534f6910093729e9ecc2cacf8bb9688 (diff) |
clang-format
Diffstat (limited to 'src/core/ext/transport')
-rw-r--r-- | src/core/ext/transport/chttp2/transport/writing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/writing.c b/src/core/ext/transport/chttp2/transport/writing.c index ed6536b3c7..add7678182 100644 --- a/src/core/ext/transport/chttp2/transport/writing.c +++ b/src/core/ext/transport/chttp2/transport/writing.c @@ -188,7 +188,7 @@ void grpc_chttp2_perform_writes( &transport_writing->done_cb); } else { grpc_exec_ctx_sched(exec_ctx, &transport_writing->done_cb, GRPC_ERROR_NONE, - NULL); + NULL); } } |