aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/oauth2_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/security/oauth2_utils.h')
-rw-r--r--test/core/security/oauth2_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/security/oauth2_utils.h b/test/core/security/oauth2_utils.h
index 15f68bd6d8..5e33ef4f43 100644
--- a/test/core/security/oauth2_utils.h
+++ b/test/core/security/oauth2_utils.h
@@ -27,8 +27,8 @@ extern "C" {
/* Fetch oauth2 access token with a credentials object. Does not take ownership.
Returns NULL on a failure. The caller should call gpr_free on the token. */
-char *grpc_test_fetch_oauth2_token_with_credentials(
- grpc_call_credentials *creds);
+char* grpc_test_fetch_oauth2_token_with_credentials(
+ grpc_call_credentials* creds);
#ifdef __cplusplus
}