aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/gethostname_fallback.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/gethostname_fallback.cc')
-rw-r--r--src/core/lib/iomgr/gethostname_fallback.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/gethostname_fallback.cc b/src/core/lib/iomgr/gethostname_fallback.cc
index e6f4c2f760..81e2c7aeec 100644
--- a/src/core/lib/iomgr/gethostname_fallback.cc
+++ b/src/core/lib/iomgr/gethostname_fallback.cc
@@ -23,6 +23,6 @@
#include <stddef.h>
-char *grpc_gethostname() { return NULL; }
+char* grpc_gethostname() { return NULL; }
#endif // GRPC_GETHOSTNAME_FALLBACK