Chromium Code Reviews| Index: src/ppc/constants-ppc.cc |
| diff --git a/src/ppc/constants-ppc.cc b/src/ppc/constants-ppc.cc |
| index f32f25a2581177f5f7a29dc4ba3d4e3bf71c6632..f019089eca6a5285ca5a1fe3c7e1d07a72956b4c 100644 |
| --- a/src/ppc/constants-ppc.cc |
| +++ b/src/ppc/constants-ppc.cc |
| @@ -85,7 +85,7 @@ int Registers::Number(const char* name) { |
| // No register with the requested name found. |
| return kNoRegister; |
| } |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_TARGET_ARCH_PPC |