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

Unified Diff: src/code.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/code.h
diff --git a/src/code.h b/src/code.h
index 87e07949047e1db4797ddda9931c4141d4e1b7c3..072344b67dadaa746bf25195196fa92ebb5667b1 100644
--- a/src/code.h
+++ b/src/code.h
@@ -28,7 +28,8 @@
#ifndef V8_CODE_H_
#define V8_CODE_H_
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// Wrapper class for passing expected and actual parameter counts as
« src/accessors.h ('K') | « src/char-predicates-inl.h ('k') | src/code-stubs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698