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

Unified Diff: src/mark-compact.cc

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/mark-compact.h ('k') | src/memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mark-compact.cc
diff --git a/src/mark-compact.cc b/src/mark-compact.cc
index e09e15ffc3de4193fe8962cc2cc14df052092eb5..56e4ea6caf04b9e5b185a29af9a97bb091169dea 100644
--- a/src/mark-compact.cc
+++ b/src/mark-compact.cc
@@ -33,7 +33,8 @@
#include "mark-compact.h"
#include "stub-cache.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// -------------------------------------------------------------------------
// MarkCompactCollector
« src/accessors.h ('K') | « src/mark-compact.h ('k') | src/memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698