Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: src/heap.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/accessors.h ('K') | « src/hashmap.cc ('k') | src/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index cc8b6091f61f4933db6496190aecbb3dc3331827..24bc9917c12a1cc2dac457b67cefcc89885b3e9e 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -30,7 +30,8 @@
#include "zone-inl.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// Defines all the roots in Heap.
#define STRONG_ROOT_LIST(V) \
« src/accessors.h ('K') | « src/hashmap.cc ('k') | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698