diff options
author | Vijay Pai <vpai@google.com> | 2017-10-20 14:21:42 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2017-10-30 13:31:07 -0700 |
commit | e9f5c9058b72298ef857f4f7716d61d03f289d1b (patch) | |
tree | f268f591a9265105ba7b51906453f235ffd1f75f /src | |
parent | cb36615ddd0d8446032c2fda936337b330cd3f7f (diff) |
clang-fmt
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/transport/chttp2/transport/flow_control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/flow_control.h b/src/core/ext/transport/chttp2/transport/flow_control.h index 905161497d..7dd348ed5f 100644 --- a/src/core/ext/transport/chttp2/transport/flow_control.h +++ b/src/core/ext/transport/chttp2/transport/flow_control.h @@ -34,7 +34,7 @@ extern "C" grpc_tracer_flag grpc_flowctl_trace; namespace grpc { namespace testing { - class TrickledCHTTP2; // to make this a friend +class TrickledCHTTP2; // to make this a friend } // namespace testing } // namespace grpc |