From ad9208c07e74d90dd5110324fe9cb830e6e6f68b Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Mon, 11 Sep 2017 11:28:20 -0700 Subject: [PATCH] clang-format --- src/node/ext/call_credentials.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node/ext/call_credentials.h b/src/node/ext/call_credentials.h index c5508e2ba25..3a54bbf0cf7 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);