diff options
author | Makarand Dharmapurikar <makarandd@google.com> | 2016-04-25 09:27:49 -0700 |
---|---|---|
committer | Makarand Dharmapurikar <makarandd@google.com> | 2016-05-01 15:08:46 -0700 |
commit | 77044830ff927c7c55a342030e2e2a9d73d0d723 (patch) | |
tree | 15fc6f2fb638f2103a2a74208dfa0754aee098d1 /include | |
parent | df665073044eac553b2844450cb68a6eafbc0d01 (diff) |
fixed clang formating
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/grpc_security.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h index d753aaf96c..150ad05a27 100644 --- a/include/grpc/grpc_security.h +++ b/include/grpc/grpc_security.h @@ -300,9 +300,8 @@ GRPCAPI grpc_channel *grpc_secure_channel_create( const grpc_channel_args *args, void *reserved); GRPCAPI grpc_channel *grpc_custom_secure_channel_create( - void *engine, const char *target, - const grpc_channel_args *args, void *reserved); - + void *engine, const char *target, const grpc_channel_args *args, + void *reserved); /* --- grpc_server_credentials object. --- |