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

Unified Diff: src/snapshot-common.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/snapshot.h ('k') | src/snapshot-empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/snapshot-common.cc
diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc
index 3aa1caec012c2b9ace8edfad980aec4abf932f74..9c66a5037413d0d052b842e830cdc4d06ea45326 100644
--- a/src/snapshot-common.cc
+++ b/src/snapshot-common.cc
@@ -33,7 +33,8 @@
#include "serialize.h"
#include "snapshot.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
bool Snapshot::Deserialize(const byte* content, int len) {
Deserializer des(content, len);
« src/accessors.h ('K') | « src/snapshot.h ('k') | src/snapshot-empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698