diff options
author | Richard Nelson <none@none> | 2010-04-27 09:47:33 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-27 09:47:33 -0700 |
commit | 0c643af5289dd20f47b94f4dc7cce1ab9020fba0 (patch) | |
tree | 053e5b1973fee697393ab42483eefec1634513df /indra/media_plugins | |
parent | 42c2e62014d835818451cfbb7639db01de09c351 (diff) |
fixed eol and tabs/spaces problems
Diffstat (limited to 'indra/media_plugins')
-rw-r--r-- | indra/media_plugins/winmmshim/CMakeLists.txt | 2 | ||||
-rw-r--r-- | indra/media_plugins/winmmshim/forwarding_api.cpp | 2 | ||||
-rw-r--r-- | indra/media_plugins/winmmshim/winmm_shim.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/indra/media_plugins/winmmshim/CMakeLists.txt b/indra/media_plugins/winmmshim/CMakeLists.txt index d35e97fc62..387214088f 100644 --- a/indra/media_plugins/winmmshim/CMakeLists.txt +++ b/indra/media_plugins/winmmshim/CMakeLists.txt @@ -29,6 +29,6 @@ if (WINDOWS) winmm_shim PROPERTIES LINK_FLAGS "/MANIFEST:NO" - OUTPUT_NAME "winmm" + OUTPUT_NAME "winmm" ) endif (WINDOWS) diff --git a/indra/media_plugins/winmmshim/forwarding_api.cpp b/indra/media_plugins/winmmshim/forwarding_api.cpp index aaa229fe9d..17bffdd850 100644 --- a/indra/media_plugins/winmmshim/forwarding_api.cpp +++ b/indra/media_plugins/winmmshim/forwarding_api.cpp @@ -1457,4 +1457,4 @@ extern "C" { //OutputDebugString(L"mciExecute\n"); return mciExecute_orig(pszCommand); } -}
\ No newline at end of file +} diff --git a/indra/media_plugins/winmmshim/winmm_shim.cpp b/indra/media_plugins/winmmshim/winmm_shim.cpp index a46d908962..974744333a 100644 --- a/indra/media_plugins/winmmshim/winmm_shim.cpp +++ b/indra/media_plugins/winmmshim/winmm_shim.cpp @@ -175,4 +175,4 @@ extern "C" { sMute = mute; } -}
\ No newline at end of file +} |