| Index: runtime/bin/platform_android.cc
|
| diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc
|
| index 3d1a7640b6d570d12d063eec1491efd3eb2634f5..404f95df470238977c635ab3258b811fd9ea2b8d 100644
|
| --- a/runtime/bin/platform_android.cc
|
| +++ b/runtime/bin/platform_android.cc
|
| @@ -57,7 +57,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;
|
| }
|
|
|
|
|