aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/debugger_macros.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/debugger_macros.cc')
-rw-r--r--test/core/util/debugger_macros.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/util/debugger_macros.cc b/test/core/util/debugger_macros.cc
index 0ec5f1db6b..05fb146173 100644
--- a/test/core/util/debugger_macros.cc
+++ b/test/core/util/debugger_macros.cc
@@ -54,5 +54,6 @@ grpc_stream* grpc_transport_stream_from_call(grpc_call* call) {
}
grpc_chttp2_stream* grpc_chttp2_stream_from_call(grpc_call* call) {
- return reinterpret_cast<grpc_chttp2_stream*>(grpc_transport_stream_from_call(call));
+ return reinterpret_cast<grpc_chttp2_stream*>(
+ grpc_transport_stream_from_call(call));
}