aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/huffsyms.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/chttp2/huffsyms.h')
-rw-r--r--src/core/transport/chttp2/huffsyms.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/transport/chttp2/huffsyms.h b/src/core/transport/chttp2/huffsyms.h
index 04f062dd5e..a3cdba8235 100644
--- a/src/core/transport/chttp2/huffsyms.h
+++ b/src/core/transport/chttp2/huffsyms.h
@@ -38,8 +38,7 @@
#define GRPC_CHTTP2_NUM_HUFFSYMS 257
-typedef struct
-{
+typedef struct {
unsigned bits;
unsigned length;
} grpc_chttp2_huffsym;