aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-14 16:18:39 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-14 16:18:39 -0700
commitbcadfc30c995f5d89e234f8029f6b58e212682fb (patch)
tree40d426019b51a56cc6b541ca92399ae698f5780e
parent7d2f0b0d19d7e693753ef271907508eeb192b114 (diff)
parent6cdbf6cc9a1463ec2351e2cdf8830e9b4e522632 (diff)
Merge branch 'direct-calls' of github.com:ctiller/grpc into direct-calls
-rw-r--r--src/core/ext/transport/chttp2/transport/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/internal.h b/src/core/ext/transport/chttp2/transport/internal.h
index 008dda8043..01f521c360 100644
--- a/src/core/ext/transport/chttp2/transport/internal.h
+++ b/src/core/ext/transport/chttp2/transport/internal.h
@@ -513,7 +513,7 @@ extern int grpc_flowctl_trace;
if (!(grpc_http_trace)) \
; \
else \
- stmt
+ stmt
typedef enum {
GRPC_CHTTP2_FLOWCTL_MOVE,