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

Unified Diff: src/usage-analyzer.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/usage-analyzer.h ('k') | src/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/usage-analyzer.cc
diff --git a/src/usage-analyzer.cc b/src/usage-analyzer.cc
index b7a193488897bf1886ed5a23e5f62dd9d8277984..36464fa59b94ff545735db264cc8e9ab2134d22a 100644
--- a/src/usage-analyzer.cc
+++ b/src/usage-analyzer.cc
@@ -31,7 +31,8 @@
#include "scopes.h"
#include "usage-analyzer.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// Weight boundaries
static const int MinWeight = 1;
« src/accessors.h ('K') | « src/usage-analyzer.h ('k') | src/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698