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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/core/security/oauth2_utils.h b/test/core/security/oauth2_utils.h
index 8082351b8a..a2eb06834d 100644
--- a/test/core/security/oauth2_utils.h
+++ b/test/core/security/oauth2_utils.h
@@ -37,15 +37,16 @@
#include "src/core/security/credentials.h"
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
/* 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_credentials *creds);
+ char *grpc_test_fetch_oauth2_token_with_credentials (grpc_credentials * creds);
#ifdef __cplusplus
}
#endif
-#endif /* GRPC_TEST_CORE_SECURITY_OAUTH2_UTILS_H */
+#endif /* GRPC_TEST_CORE_SECURITY_OAUTH2_UTILS_H */