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

Unified Diff: src/token.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/token.h ('k') | src/top.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/token.cc
diff --git a/src/token.cc b/src/token.cc
index 3f92707d024ea115675f5e3b67fdf988e03d8f5d..bb42cead4b60a3c5bde23f2b9a0026bea45f9288 100644
--- a/src/token.cc
+++ b/src/token.cc
@@ -29,7 +29,8 @@
#include "token.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
#ifdef DEBUG
#define T(name, string, precedence) #name,
« src/accessors.h ('K') | « src/token.h ('k') | src/top.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698