| Index: src/d8.cc
|
| diff --git a/src/d8.cc b/src/d8.cc
|
| index 52df5c035d38ed9d4fc42049720313f9edfd0010..9aeac11bb0a439b59a8933a6b15cdc8f0ac1116f 100644
|
| --- a/src/d8.cc
|
| +++ b/src/d8.cc
|
| @@ -1391,7 +1391,7 @@ void Shell::RunShell(Isolate* isolate) {
|
| printf("V8 version %s\n", V8::GetVersion());
|
| while (true) {
|
| HandleScope inner_scope(isolate);
|
| - printf(" d8>");
|
| + printf("d8> ");
|
| #if defined(__native_client__)
|
| // Native Client libc is used to being embedded in Chrome and
|
| // has trouble recognizing when to flush.
|
|
|