Index: tools/shell-utils.h |
diff --git a/tools/shell-utils.h b/tools/shell-utils.h |
index 31bd8ea8f68df45f42cb39a18b3949baca222e83..bfd729d9b5fcf58193fd9cb8016a5508a298055c 100644 |
--- a/tools/shell-utils.h |
+++ b/tools/shell-utils.h |
@@ -66,4 +66,5 @@ const byte* ReadFileAndRepeat(const char* name, int* size, int repeat) { |
return chars; |
} |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |