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

Unified Diff: src/strtod.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 3 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
« no previous file with comments | « src/strings-storage.h ('k') | src/third_party/fdlibm/fdlibm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/strtod.h
diff --git a/src/strtod.h b/src/strtod.h
index 737b5484c5ecbbccb3ab60a31eb4e63b04a70cc7..75e60b029e34ae6ac138e669b0631a558ce5894f 100644
--- a/src/strtod.h
+++ b/src/strtod.h
@@ -14,6 +14,7 @@ namespace internal {
// contain a dot or a sign. It must not start with '0', and must not be empty.
double Strtod(Vector<const char> buffer, int exponent);
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_STRTOD_H_
« no previous file with comments | « src/strings-storage.h ('k') | src/third_party/fdlibm/fdlibm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698