diff options
author | Christoph Mallon | 2011-08-07 11:39:54 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-08-07 13:53:33 +0200 |
commit | 23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618 (patch) | |
tree | f82d53010c47ae40d834a4736cd6427f687134ea /backends/mixer | |
parent | bf580e6e6b9af3a545dfd7105aa4e5d691443495 (diff) | |
download | scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.gz scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.bz2 scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.zip |
JANITORIAL: Remove trailing empty lines.
Diffstat (limited to 'backends/mixer')
-rw-r--r-- | backends/mixer/symbiansdl/symbiansdl-mixer.cpp | 1 | ||||
-rw-r--r-- | backends/mixer/symbiansdl/symbiansdl-mixer.h | 1 | ||||
-rw-r--r-- | backends/mixer/wincesdl/wincesdl-mixer.cpp | 1 | ||||
-rw-r--r-- | backends/mixer/wincesdl/wincesdl-mixer.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/backends/mixer/symbiansdl/symbiansdl-mixer.cpp b/backends/mixer/symbiansdl/symbiansdl-mixer.cpp index c911a99b61..d4637fdd88 100644 --- a/backends/mixer/symbiansdl/symbiansdl-mixer.cpp +++ b/backends/mixer/symbiansdl/symbiansdl-mixer.cpp @@ -72,4 +72,3 @@ void SymbianSdlMixerManager::callbackHandler(byte *samples, int len) { } #endif - diff --git a/backends/mixer/symbiansdl/symbiansdl-mixer.h b/backends/mixer/symbiansdl/symbiansdl-mixer.h index e3104e45eb..d59c98753b 100644 --- a/backends/mixer/symbiansdl/symbiansdl-mixer.h +++ b/backends/mixer/symbiansdl/symbiansdl-mixer.h @@ -41,4 +41,3 @@ protected: }; #endif - diff --git a/backends/mixer/wincesdl/wincesdl-mixer.cpp b/backends/mixer/wincesdl/wincesdl-mixer.cpp index c7659cb0f5..db5ab59446 100644 --- a/backends/mixer/wincesdl/wincesdl-mixer.cpp +++ b/backends/mixer/wincesdl/wincesdl-mixer.cpp @@ -187,4 +187,3 @@ bool WINCESdlMixerManager::checkOggHighSampleRate() { #endif #endif - diff --git a/backends/mixer/wincesdl/wincesdl-mixer.h b/backends/mixer/wincesdl/wincesdl-mixer.h index 8274d39d1c..fb51f6ac64 100644 --- a/backends/mixer/wincesdl/wincesdl-mixer.h +++ b/backends/mixer/wincesdl/wincesdl-mixer.h @@ -47,4 +47,3 @@ private: }; #endif - |