Automated change: Fix sanity tests
diff --git a/include/grpc/credentials.h b/include/grpc/credentials.h
index 71d1864..72e1fe3 100644
--- a/include/grpc/credentials.h
+++ b/include/grpc/credentials.h
@@ -19,12 +19,11 @@
 #ifndef GRPC_CREDENTIALS_H
 #define GRPC_CREDENTIALS_H
 
-#include <grpc/support/port_platform.h>
-
 #include <stdbool.h>
 
 #include <grpc/grpc.h>
 #include <grpc/grpc_security_constants.h>
+#include <grpc/support/port_platform.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -94,10 +93,10 @@
   const char* actor_token_type;           /* Optional. */
 } grpc_sts_credentials_options;
 
-/** Creates an STS credentials following the STS Token Exchanged specifi ed in the
-   IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16.
-   This API is used for experimental purposes for now and may change in the
-   future. */
+/** Creates an STS credentials following the STS Token Exchanged specifi ed in
+   the IETF draft
+   https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16. This API is
+   used for experimental purposes for now and may change in the future. */
 GRPCAPI grpc_call_credentials* grpc_sts_credentials_create(
     const grpc_sts_credentials_options* options, void* reserved);