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

Unified Diff: src/compiler.h

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
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index af653b4f716d82c6b2ffb4e0a8f07c24924c7ff2..9f02a8d3c108dd3a4af890f958ee6c581468b7eb 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -32,7 +32,8 @@
#include "parser.h"
#include "zone.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// The V8 compiler
//
« src/accessors.h ('K') | « src/compilation-cache.cc ('k') | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698