diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:53:04 +0000 |
commit | 4330ad19ce4e258ee8b3e36930c2265b1df029ab (patch) | |
tree | fd6251dc03ce7f956fa0d58fa74b25e56bc32526 /webkit/activex_shim_dll/activex_shim_dll.cc | |
parent | 0c581e6da36097611f471ed626a26fa2fad3389d (diff) | |
download | chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.zip chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.gz chromium_src-4330ad19ce4e258ee8b3e36930c2265b1df029ab.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in webkit/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/activex_shim_dll/activex_shim_dll.cc')
-rw-r--r-- | webkit/activex_shim_dll/activex_shim_dll.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/activex_shim_dll/activex_shim_dll.cc b/webkit/activex_shim_dll/activex_shim_dll.cc index 74deff3..558388f 100644 --- a/webkit/activex_shim_dll/activex_shim_dll.cc +++ b/webkit/activex_shim_dll/activex_shim_dll.cc @@ -44,5 +44,3 @@ NPError WINAPI NP_Initialize(NPNetscapeFuncs* funcs) { NPError WINAPI NP_Shutdown(void) { return activex_shim::ActiveX_Shim_NP_Shutdown(); } - - |