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

Unified Diff: src/serialize.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/serialize.h ('k') | src/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/serialize.cc
diff --git a/src/serialize.cc b/src/serialize.cc
index 62287bc0df9910b302ab09ad3a0c34c491bb26d6..fb66d2785a0c758f36445271cd40ed58f6d2878a 100644
--- a/src/serialize.cc
+++ b/src/serialize.cc
@@ -39,7 +39,8 @@
#include "stub-cache.h"
#include "v8threads.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// Encoding: a RelativeAddress must be able to fit in a pointer:
// it is encoded as an Address with (from MS to LS bits):
« src/accessors.h ('K') | « src/serialize.h ('k') | src/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698