diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-05-20 11:18:44 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-05-20 11:18:44 -0700 |
commit | 4fbe779ca9565b5196c88964a517982209eaea0d (patch) | |
tree | 9075c892776e0cf2ea192921109910abbf60e212 /fpdfsdk/src/jsapi | |
parent | 6f9095fc8085d7e84fec439c365e353167cabcc6 (diff) | |
download | pdfium-4fbe779ca9565b5196c88964a517982209eaea0d.tar.xz |
Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning.
Diffstat (limited to 'fpdfsdk/src/jsapi')
-rw-r--r-- | fpdfsdk/src/jsapi/fxjs_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/src/jsapi/fxjs_v8.cpp b/fpdfsdk/src/jsapi/fxjs_v8.cpp index 8b8849b42d..f2336ab2fc 100644 --- a/fpdfsdk/src/jsapi/fxjs_v8.cpp +++ b/fpdfsdk/src/jsapi/fxjs_v8.cpp @@ -1040,4 +1040,4 @@ double JS_LocalTime(double d) return JS_GetDateTime() + _getDaylightSavingTA(d); } -//JavaScript time implement End.
\ No newline at end of file +//JavaScript time implement End. |