aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/env.h')
-rw-r--r--src/core/support/env.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/core/support/env.h b/src/core/support/env.h
index 69887b2c49..24172d8673 100644
--- a/src/core/support/env.h
+++ b/src/core/support/env.h
@@ -39,8 +39,7 @@
#include <grpc/support/slice.h>
#ifdef __cplusplus
-extern "C"
-{
+extern "C" {
#endif
/* Env utility functions */
@@ -49,13 +48,13 @@ extern "C"
Returns a newly allocated string. It is the responsability of the caller to
gpr_free the return value if not NULL (which means that the environment
variable exists). */
- char *gpr_getenv (const char *name);
+char *gpr_getenv(const char *name);
/* Sets the the environment with the specified name to the specified value. */
- void gpr_setenv (const char *name, const char *value);
+void gpr_setenv(const char *name, const char *value);
#ifdef __cplusplus
}
#endif
-#endif /* GRPC_INTERNAL_CORE_SUPPORT_ENV_H */
+#endif /* GRPC_INTERNAL_CORE_SUPPORT_ENV_H */