aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/census/grpc_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-11-21 08:11:04 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-11-21 08:11:04 -0800
commitab33b488c42c1238b1b2ebbf3bf4f0db61103497 (patch)
tree564e5d93201837fa31958aa68a51b012eea2eb60 /src/core/census/grpc_filter.c
parent4f7080c8e00fbc7c53a5f9febfeb5b776d1c4cc2 (diff)
clang-format, bugfix
Diffstat (limited to 'src/core/census/grpc_filter.c')
-rw-r--r--src/core/census/grpc_filter.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/census/grpc_filter.c b/src/core/census/grpc_filter.c
index 61a95ec765..7a6ce30612 100644
--- a/src/core/census/grpc_filter.c
+++ b/src/core/census/grpc_filter.c
@@ -60,9 +60,7 @@ typedef struct call_data {
grpc_closure finish_recv;
} call_data;
-typedef struct channel_data {
- gpr_uint8 unused;
-} channel_data;
+typedef struct channel_data { gpr_uint8 unused; } channel_data;
static void extract_and_annotate_method_tag(grpc_metadata_batch *md,
call_data *calld,