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

Unified Diff: src/regexp-stack.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
Index: src/regexp-stack.cc
diff --git a/src/regexp-stack.cc b/src/regexp-stack.cc
index 05daa58d4eb3cf269bcf3fb39a12a9f14dc968dd..83cb6e4ef411c27a11440ed87241f4b25fca4239 100644
--- a/src/regexp-stack.cc
+++ b/src/regexp-stack.cc
@@ -29,7 +29,8 @@
#include "top.h"
#include "regexp-stack.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
RegExpStack::RegExpStack() {
// Initialize, if not already initialized.
« src/accessors.h ('K') | « src/regexp-stack.h ('k') | src/register-allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698