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

Unified Diff: src/platform.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
« src/accessors.h ('K') | « src/parser.cc ('k') | src/platform-freebsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index 3c2318f64e7f1d61316e1f702c24074426ab6ad7..f7fdafedd8ba8e4b64d986d55fcd6bf8d7be4c25 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -60,7 +60,8 @@ enum {
#define INFINITY HUGE_VAL
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
int isfinite(double x);
} }
int isnan(double x);
@@ -105,7 +106,8 @@ int random();
#endif // __GNUC__
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
double ceiling(double x);
« src/accessors.h ('K') | « src/parser.cc ('k') | src/platform-freebsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698