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/conversions.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/conversions.cc
diff --git a/src/conversions.cc b/src/conversions.cc
index 57a45688f9668507f2494a15c05c1c24aafc9f84..7f63d9b337877f76daa9e1f6e3b9a1afb8097757 100644
--- a/src/conversions.cc
+++ b/src/conversions.cc
@@ -33,7 +33,8 @@
#include "factory.h"
#include "scanner.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
int HexValue(uc32 c) {
if ('0' <= c && c <= '9')
« src/accessors.h ('K') | « src/conversions.h ('k') | src/conversions-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698