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

Unified Diff: src/property.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/property.cc
diff --git a/src/property.cc b/src/property.cc
index 6c2153008a95260dd19435b4fbad1f1305955b2a..2915c4abc9320a0ff2a8d28bf997a085d12e3670 100644
--- a/src/property.cc
+++ b/src/property.cc
@@ -27,7 +27,8 @@
#include "v8.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
void DescriptorWriter::Write(Descriptor* desc) {
« src/accessors.h ('K') | « src/property.h ('k') | src/regexp-macro-assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698