Index: runtime/bin/platform_fuchsia.cc |
diff --git a/runtime/bin/platform_fuchsia.cc b/runtime/bin/platform_fuchsia.cc |
index 3e636d1e1c74ef3406b800a27c78ffa673c4a97d..caa5aeff7842f34ed1c27d9ca60fb11dca45c092 100644 |
--- a/runtime/bin/platform_fuchsia.cc |
+++ b/runtime/bin/platform_fuchsia.cc |
@@ -46,7 +46,7 @@ const char* Platform::LibraryExtension() { |
} |
-bool Platform::LocalHostname(char *buffer, intptr_t buffer_length) { |
+bool Platform::LocalHostname(char* buffer, intptr_t buffer_length) { |
return gethostname(buffer, buffer_length) == 0; |
} |