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

Unified Diff: src/interpreter-irregexp.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/interpreter-irregexp.h
diff --git a/src/interpreter-irregexp.h b/src/interpreter-irregexp.h
index c65cb9ecd5fa84b1b30e091395d17a4b7bc73cb1..0ad8846d79d45b52744bc2a255ca7b0bd8fca6f2 100644
--- a/src/interpreter-irregexp.h
+++ b/src/interpreter-irregexp.h
@@ -30,7 +30,8 @@
#ifndef V8_INTERPRETER_IRREGEXP_H_
#define V8_INTERPRETER_IRREGEXP_H_
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
class IrregexpInterpreter {
« src/accessors.h ('K') | « src/ic-inl.h ('k') | src/interpreter-irregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698