From e1a10316522f32a18f148d8318e701adc359b948 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 2 Feb 2016 09:23:47 -0800 Subject: [PATCH] clang-format --- include/grpc/impl/codegen/grpc_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index a73937ac013..b11f6ffec41 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -69,10 +69,10 @@ typedef enum { } grpc_arg_type; typedef struct grpc_arg_pointer_vtable { - void *(*copy)(void *p); - void (*destroy)(void *p); - int (*cmp)(void *p, void *q); - } grpc_arg_pointer_vtable; + void *(*copy)(void *p); + void (*destroy)(void *p); + int (*cmp)(void *p, void *q); +} grpc_arg_pointer_vtable; /** A single argument... each argument has a key and a value