Chromium Code Reviews

Unified Diff: src/code-stubs.h

Issue 115756: Split nested namespaces declaration in two lines in accordance with C++ Style Guide. (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« src/accessors.h ('K') | « src/code.h ('k') | src/code-stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.h
diff --git a/src/code-stubs.h b/src/code-stubs.h
index 67634aa13af283dce4f11ac5cbd28668c30651d1..d21aadc3fd884f5f406d6a9dfcdc82c6175f9c23 100644
--- a/src/code-stubs.h
+++ b/src/code-stubs.h
@@ -28,7 +28,8 @@
#ifndef V8_CODE_STUBS_H_
#define V8_CODE_STUBS_H_
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// Stub is base classes of all stubs.
« src/accessors.h ('K') | « src/code.h ('k') | src/code-stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine