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 /engines/sword1 | |
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 'engines/sword1')
-rw-r--r-- | engines/sword1/control.h | 1 | ||||
-rw-r--r-- | engines/sword1/debug.h | 1 | ||||
-rw-r--r-- | engines/sword1/object.h | 1 | ||||
-rw-r--r-- | engines/sword1/screen.h | 3 |
4 files changed, 0 insertions, 6 deletions
diff --git a/engines/sword1/control.h b/engines/sword1/control.h index 6c0cf8b1ef..c3550e6f02 100644 --- a/engines/sword1/control.h +++ b/engines/sword1/control.h @@ -162,4 +162,3 @@ private: } // End of namespace Sword1 #endif //BSCONTROL_H - diff --git a/engines/sword1/debug.h b/engines/sword1/debug.h index e4f004dc63..1505ae28dd 100644 --- a/engines/sword1/debug.h +++ b/engines/sword1/debug.h @@ -39,4 +39,3 @@ private: } // End of namespace Sword1 #endif // BSDEBUG_H - diff --git a/engines/sword1/object.h b/engines/sword1/object.h index 5a6fd49c0b..4f5371fa72 100644 --- a/engines/sword1/object.h +++ b/engines/sword1/object.h @@ -123,4 +123,3 @@ struct Object { } // End of namespace Sword1 #endif //BSOBJECT_H - diff --git a/engines/sword1/screen.h b/engines/sword1/screen.h index ece37b0ecc..ff4df8c7c6 100644 --- a/engines/sword1/screen.h +++ b/engines/sword1/screen.h @@ -169,6 +169,3 @@ private: } // End of namespace Sword1 #endif //BSSCREEN_H - - - |