diff options
author | Mark D. Roth <roth@google.com> | 2017-09-11 11:28:20 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-09-11 11:28:20 -0700 |
commit | ad9208c07e74d90dd5110324fe9cb830e6e6f68b (patch) | |
tree | 3c3db57b588ed28fff6afd68748af68d7d1400e9 /src/node/ext | |
parent | 09fe5de45cb445359c64ac6844ef16e14a4cca14 (diff) |
clang-format
Diffstat (limited to 'src/node/ext')
-rw-r--r-- | src/node/ext/call_credentials.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/ext/call_credentials.h b/src/node/ext/call_credentials.h index c5508e2ba2..3a54bbf0cf 100644 --- a/src/node/ext/call_credentials.h +++ b/src/node/ext/call_credentials.h @@ -79,8 +79,7 @@ int plugin_get_metadata( void *state, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data, grpc_metadata creds_md[GRPC_METADATA_CREDENTIALS_PLUGIN_SYNC_MAX], - size_t *num_creds_md, grpc_status_code *status, - const char **error_details); + size_t *num_creds_md, grpc_status_code *status, const char **error_details); void plugin_destroy_state(void *state); |