aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channel/context.h')
-rw-r--r--src/core/channel/context.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/channel/context.h b/src/core/channel/context.h
index 076dc7189b..ac5796b9ef 100644
--- a/src/core/channel/context.h
+++ b/src/core/channel/context.h
@@ -35,17 +35,15 @@
#define GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H
/* Call object context pointers */
-typedef enum
-{
+typedef enum {
GRPC_CONTEXT_SECURITY = 0,
GRPC_CONTEXT_TRACING,
GRPC_CONTEXT_COUNT
} grpc_context_index;
-typedef struct
-{
+typedef struct {
void *value;
- void (*destroy) (void *);
+ void (*destroy)(void *);
} grpc_call_context_element;
#endif /* GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H */