aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorChristoph Mallon2011-08-07 11:39:54 +0200
committerJohannes Schickel2011-08-07 13:53:33 +0200
commit23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618 (patch)
treef82d53010c47ae40d834a4736cd6427f687134ea /engines/saga
parentbf580e6e6b9af3a545dfd7105aa4e5d691443495 (diff)
downloadscummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.gz
scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.tar.bz2
scummvm-rg350-23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618.zip
JANITORIAL: Remove trailing empty lines.
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/input.cpp1
-rw-r--r--engines/saga/music.cpp1
-rw-r--r--engines/saga/palanim.h1
-rw-r--r--engines/saga/shorten.cpp1
-rw-r--r--engines/saga/shorten.h1
-rw-r--r--engines/saga/sthread.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/engines/saga/input.cpp b/engines/saga/input.cpp
index 69a353da9f..8576a3e536 100644
--- a/engines/saga/input.cpp
+++ b/engines/saga/input.cpp
@@ -158,4 +158,3 @@ Point SagaEngine::mousePos() const {
}
} // End of namespace Saga
-
diff --git a/engines/saga/music.cpp b/engines/saga/music.cpp
index b195206209..13850a0b6d 100644
--- a/engines/saga/music.cpp
+++ b/engines/saga/music.cpp
@@ -386,4 +386,3 @@ void Music::stop() {
}
} // End of namespace Saga
-
diff --git a/engines/saga/palanim.h b/engines/saga/palanim.h
index 9959d08e2f..920cbec65a 100644
--- a/engines/saga/palanim.h
+++ b/engines/saga/palanim.h
@@ -53,4 +53,3 @@ class PalAnim {
} // End of namespace Saga
#endif
-
diff --git a/engines/saga/shorten.cpp b/engines/saga/shorten.cpp
index 39af7aa3db..5efc8d1f67 100644
--- a/engines/saga/shorten.cpp
+++ b/engines/saga/shorten.cpp
@@ -541,4 +541,3 @@ Audio::AudioStream *makeShortenStream(Common::SeekableReadStream &stream) {
} // End of namespace Audio
#endif // defined(SOUND_SHORTEN_H)
-
diff --git a/engines/saga/shorten.h b/engines/saga/shorten.h
index f2114bedeb..77feafa54d 100644
--- a/engines/saga/shorten.h
+++ b/engines/saga/shorten.h
@@ -57,4 +57,3 @@ Audio::AudioStream *makeShortenStream(Common::ReadStream &stream);
#endif
#endif // engine and dynamic plugins guard
-
diff --git a/engines/saga/sthread.cpp b/engines/saga/sthread.cpp
index ec81d8d733..afd528f4b5 100644
--- a/engines/saga/sthread.cpp
+++ b/engines/saga/sthread.cpp
@@ -236,4 +236,3 @@ bool Script::runThread(ScriptThread &thread) {
}
} // End of namespace Saga
-