diff options
author | Mark D. Roth <roth@google.com> | 2017-09-06 14:56:18 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-09-06 14:56:18 -0700 |
commit | 1ff6ee12cc01e3a9f03c24b74fdea4526ecddc8b (patch) | |
tree | 343ad6ac0615c26fff0111fc7ff7548471dbcd9d /src/csharp | |
parent | 2c4e7d7d9fd403d2cf9c518a4e0003d065a6a586 (diff) |
clang-format
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/ext/grpc_csharp_ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/ext/grpc_csharp_ext.c b/src/csharp/ext/grpc_csharp_ext.c index b2c8ca63f4..92291f9011 100644 --- a/src/csharp/ext/grpc_csharp_ext.c +++ b/src/csharp/ext/grpc_csharp_ext.c @@ -1033,7 +1033,7 @@ static int grpcsharp_get_metadata_handler( (grpcsharp_metadata_interceptor_func)(intptr_t)state; interceptor(state, context.service_url, context.method_name, cb, user_data, 0); - return 0; /* Asynchronous return. */ + return 0; /* Asynchronous return. */ } static void grpcsharp_metadata_credentials_destroy_handler(void *state) { |