Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index 9f5b49acc1a1a0812a7165eeea32e23cda0134b8..5c8e89a199953dc1ae14d743f48f8a476135b5e7 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -4714,4 +4714,5 @@ std::ostream& operator<<(std::ostream& os, const HObjectAccess& access) { |
return os << "@" << access.offset(); |
} |
-} } // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |