Chromium Code Reviews

Unified Diff: src/strtod.h

Issue 3584018: Fix build-breakage. Add new line to end of strtod.h. TBR: whesse@chromium.org (Closed)
Patch Set: Created 10 years, 2 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
« no previous file with comments | « no previous file | no next file » | 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 335274782321a94c15710a497e18a4e9ca536fbb..c53351f6639d675f99c098d77ca270c268ca6e16 100644
--- a/src/strtod.h
+++ b/src/strtod.h
@@ -37,4 +37,4 @@ double strtod(Vector<char> buffer, int exponent);
} } // namespace v8::internal
-#endif // V8_STRTOD_H_
+#endif // V8_STRTOD_H_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine