Chromium Code Reviews

Unified Diff: src/conversions.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.
Jump to:
View side-by-side diff with in-line comments
« src/accessors.h ('K') | « src/contexts.cc ('k') | src/conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/conversions.h
diff --git a/src/conversions.h b/src/conversions.h
index 605327db7f88edba6ac218573c2974447c3ad0a7..b6589cb5ca96815240cf5e9649a4d8e6adbed94b 100644
--- a/src/conversions.h
+++ b/src/conversions.h
@@ -28,7 +28,8 @@
#ifndef V8_CONVERSIONS_H_
#define V8_CONVERSIONS_H_
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
// The fast double-to-int conversion routine does not guarantee
// rounding towards zero.
« src/accessors.h ('K') | « src/contexts.cc ('k') | src/conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine