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

Unified Diff: src/dateparser.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
« src/accessors.h ('K') | « src/dateparser.h ('k') | src/dateparser-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/dateparser.cc
diff --git a/src/dateparser.cc b/src/dateparser.cc
index a1ae55df0444b0f5c6c0998926dec5b435936f9d..1cc9aa169c55ee1151e495b7ade054882c6d284f 100644
--- a/src/dateparser.cc
+++ b/src/dateparser.cc
@@ -29,7 +29,8 @@
#include "dateparser.h"
-namespace v8 { namespace internal {
+namespace v8 {
+namespace internal {
bool DateParser::DayComposer::Write(FixedArray* output) {
int year = 0; // Default year is 0 (=> 2000) for KJS compatibility.
« src/accessors.h ('K') | « src/dateparser.h ('k') | src/dateparser-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698